Skip to content

Commit

Permalink
Update CI concurrency rule
Browse files Browse the repository at this point in the history
  • Loading branch information
yhtang authored Apr 19, 2024
1 parent 7c1c3dc commit 8cd9f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: ${{ github.event_name == 'push' }}
cancel-in-progress: true

permissions:
contents: write # to fetch code and push branch
Expand Down

0 comments on commit 8cd9f5a

Please sign in to comment.