Skip to content

Commit 8190beb

Browse files
authored
ci: Prevent workflow concurrency (#2438)
1 parent 6040730 commit 8190beb

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
@@ -151,3 +151,6 @@ jobs:
151151
run: ./scripts/before_script.sh
152152
env:
153153
CI: true
154+
concurrency:
155+
group: ${{ github.workflow }}-${{ github.ref }}
156+
cancel-in-progress: true

0 commit comments

Comments
 (0)