We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b0973 commit 0d3fb05Copy full SHA for 0d3fb05
1 file changed
.github/workflows/main.yaml
@@ -6,6 +6,11 @@ on:
6
pull_request:
7
branches: master
8
9
+# Cancel redundant in-progress workflow runs.
10
+concurrency:
11
+ group: ${{ github.workflow }}-${{ github.ref }}
12
+ cancel-in-progress: true
13
+
14
jobs:
15
test:
16
name: ${{ matrix.CONDA_ENV }}-pytest
0 commit comments