Skip to content

Commit d41009f

Browse files
committed
ci: cancel in-progress h2-compliance runs on new commits
1 parent 5e7a4f2 commit d41009f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/h2-compliance.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
# Allow manual trigger
99
workflow_dispatch:
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
1115
jobs:
1216
h2spec_compliance:
1317
name: HTTP/2 Compliance (h2-client-test-harness)

0 commit comments

Comments
 (0)