Skip to content

Commit 82ec41b

Browse files
Apollon77joeferner
authored andcommitted
prevent concurrent gha runs
1 parent d38a3a6 commit 82ec41b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616
- "v?[0-9]+.[0-9]+.[0-9]+-**"
1717
pull_request: {}
1818

19+
concurrency:
20+
group: ${{ github.workflow }}-${{ github.ref }}
21+
cancel-in-progress: true
22+
1923
jobs:
2024
# Performs quick checks before the expensive test runs
2125
check-and-lint:

0 commit comments

Comments
 (0)