We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12a9f57 + 2d0da57 commit 311ab37Copy full SHA for 311ab37
1 file changed
.github/workflows/ci.yml
@@ -6,6 +6,10 @@ name: CI
6
7
on: pull_request
8
9
+concurrency:
10
+ group: ${{ github.head_ref }}
11
+ cancel-in-progress: true
12
+
13
jobs:
14
setup_matrix:
15
name: 'Setup Test Matrix'
0 commit comments