We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639e787 commit 3a6bd03Copy full SHA for 3a6bd03
.github/workflows/unit-tests.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
env:
8
FORCE_COLOR: 1
9
+concurrency:
10
+ group: ci-unit-${{ github.head_ref || github.ref }}-${{ github.repository }}
11
+ cancel-in-progress: true
12
jobs:
13
unit-tests:
14
runs-on: ubuntu-latest
0 commit comments