We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f4677 commit 262d682Copy full SHA for 262d682
.github/workflows/run-crt-test.yml
@@ -8,6 +8,10 @@ on:
8
permissions:
9
contents: read
10
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master') && github.run_id || github.ref }}
13
+ cancel-in-progress: true
14
+
15
jobs:
16
build:
17
runs-on: '${{ matrix.os }}'
.github/workflows/run-tests.yml
0 commit comments