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 ae136c9 commit 476b231Copy full SHA for 476b231
.github/workflows/test.yml
@@ -5,6 +5,10 @@ on:
5
branches: [main, dev]
6
pull_request:
7
8
+concurrency:
9
+ group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
10
+ cancel-in-progress: true
11
+
12
jobs:
13
test_linux_all:
14
runs-on: ubuntu-latest
0 commit comments