We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2413619 commit 1881113Copy full SHA for 1881113
.github/workflows/testing-matrix.yaml
@@ -5,6 +5,10 @@ on:
5
push:
6
pull_request:
7
8
+concurrency:
9
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
10
+ cancel-in-progress: true
11
+
12
jobs:
13
run_all_tests:
14
strategy:
0 commit comments