Skip to content

Commit ced68e6

Browse files
ci: add concurrency group to ci-push workflow (#426)
Ensures new pushes cancel in-flight CI runs on the same branch. Ref: vergil-project/vergil-tooling#148 Co-authored-by: Claude <noreply@anthropic.com>
1 parent b13ece6 commit ced68e6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci-push.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
- 'hotfix/**'
99
- 'chore/**'
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
1115
permissions:
1216
contents: read
1317
security-events: write

0 commit comments

Comments
 (0)