We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7a4f2 commit d41009fCopy full SHA for d41009f
1 file changed
.github/workflows/h2-compliance.yml
@@ -8,6 +8,10 @@ on:
8
# Allow manual trigger
9
workflow_dispatch:
10
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress: true
14
+
15
jobs:
16
h2spec_compliance:
17
name: HTTP/2 Compliance (h2-client-test-harness)
0 commit comments