Skip to content

Commit

Permalink
Add always expression back
Browse files Browse the repository at this point in the history
  • Loading branch information
andrcuns committed Sep 24, 2022
1 parent 910f50c commit 086d91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
publish-report:
runs-on: ubuntu-22.04
needs: rspec
if: github.actor == 'andrcuns'
if: github.actor == 'andrcuns' && always()
steps:
-
name: Checkout
Expand Down

0 comments on commit 086d91a

Please sign in to comment.