Skip to content

Commit

Permalink
ci: disable cancel-in-progress [REVERT BEFORE MERGE]
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Oct 19, 2023
1 parent 36222eb commit e4f3615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true
# cancel-in-progress: true

jobs:
js-test-and-release:
Expand Down

0 comments on commit e4f3615

Please sign in to comment.