Skip to content

Commit 4f519bb

Browse files
committed
Add tag to prevent multiple concurrent runs of integration tests
1 parent 6e39433 commit 4f519bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, workflow_dispatch]
44

55
jobs:
66
build:
7-
7+
concurrency: integration_tests
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:

0 commit comments

Comments
 (0)