We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9d8b9 commit 3e7334fCopy full SHA for 3e7334f
.github/workflows/run-tests.yaml
@@ -5,6 +5,10 @@ on:
5
pull_request:
6
push:
7
8
+concurrency:
9
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
10
+ cancel-in-progress: true
11
+
12
jobs:
13
14
test-windows-core:
0 commit comments