Skip to content

Commit

Permalink
change failure out
Browse files Browse the repository at this point in the history
  • Loading branch information
twentylemon committed Nov 12, 2024
1 parent 51ea4c0 commit 4e09392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
if: ${{ always() }}
steps:
- run: exit 1
if: ${{ failure() }}
if: ${{ contains(needs.*.result, 'failure') }}
- run: echo all checks passed

deploy:
Expand Down

0 comments on commit 4e09392

Please sign in to comment.