Skip to content

Commit 5c14029

Browse files
authored
ci: Add concurrency to cancel previous workflow runs (#1617)
1 parent 17374a3 commit 5c14029

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
@@ -45,3 +45,6 @@ jobs:
4545
env:
4646
CI: true
4747
- run: bash <(curl -s https://codecov.io/bash)
48+
concurrency:
49+
group: ${{ github.workflow }}-${{ github.ref }}
50+
cancel-in-progress: true

0 commit comments

Comments
 (0)