Skip to content

Commit 89c179b

Browse files
authored
ci: Avoid concurrency in PR CI (#836)
1 parent f872cd4 commit 89c179b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,6 @@ jobs:
137137
with:
138138
files: packages/dart/coverage/lcov.info
139139
fail_ci_if_error: true
140+
concurrency:
141+
group: ${{ github.workflow }}-${{ github.ref }}
142+
cancel-in-progress: true

0 commit comments

Comments
 (0)