Skip to content

Commit

Permalink
Merge pull request #108 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 authored Sep 14, 2023
2 parents e3078ac + cb13c32 commit 452e074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,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 452e074

Please sign in to comment.