Skip to content

Commit

Permalink
try: another condition
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Apr 2, 2024
1 parent 61d261e commit 4d509a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ jobs:
with:
working-directory: example
stack-arguments: --resolver bad-resolver
- if: steps.stack-action-step.outcome != 'failure'
run: exit 1
- if: failure()
run: exit 0

0 comments on commit 4d509a7

Please sign in to comment.