Skip to content

Commit 282fe59

Browse files
authored
Merge pull request #167 stop old tests if new commit pushed to same branch
2 parents a4f6ee2 + 4b64cba commit 282fe59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12+
13+
concurrency:
14+
group: unit-${{ github.ref }}-${{ matrix.environment }}-${{ matrix.python-version }}
15+
cancel-in-progress: true
16+
1217
strategy:
1318
max-parallel: 4
1419
matrix:

0 commit comments

Comments
 (0)