Skip to content

Commit 2d1eea5

Browse files
authored
ci: Prevent concurrent CI runs (#515)
1 parent 8eee29f commit 2d1eea5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ jobs:
6060
env:
6161
CI: true
6262
- run: bash <(curl -s https://codecov.io/bash)
63+
concurrency:
64+
group: ${{ github.workflow }}-${{ github.ref }}
65+
cancel-in-progress: true

0 commit comments

Comments
 (0)