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 c113986 + 0f1b965 commit 82a1698Copy full SHA for 82a1698
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