Skip to content

Commit

Permalink
build(ci): ci workflow if not cancelled
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Mar 24, 2024
1 parent 134e55c commit 43b73e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
ci:
needs: test
runs-on: ubuntu-latest
if: ${{ !cancelled() }}
steps:
- run: if [ "${{ needs.test.result }}" != 'success' ]; then exit 1; fi
test:
Expand Down

0 comments on commit 43b73e8

Please sign in to comment.