Skip to content

Commit

Permalink
Merge pull request #155 from dhensby/pulls/ci
Browse files Browse the repository at this point in the history
ci: use !cancelled() instead of always()
  • Loading branch information
dhensby committed Sep 14, 2023
2 parents 5371ec6 + 802c189 commit 7f61666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: |
echo "# Code coverage" >> $GITHUB_STEP_SUMMARY
npx nyc report | sed --expression='1d;$d' >> $GITHUB_STEP_SUMMARY
if: always()
if: ${{ !cancelled() }}
release:
name: Release
concurrency: release
Expand Down

0 comments on commit 7f61666

Please sign in to comment.