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.
1 parent e7d8b2d commit 43e0325Copy full SHA for 43e0325
1 file changed
.github/workflows/test.yml
@@ -9,6 +9,9 @@ on:
9
- 'master'
10
- 'release-*'
11
tags: '*'
12
+concurrency:
13
+ group: ${{ github.head_ref || github.ref_name || github.run_id }}
14
+ cancel-in-progress: true
15
jobs:
16
test:
17
runs-on: ${{ matrix.os }}
0 commit comments