Skip to content

Commit 5ed6a7d

Browse files
Merge #433
433: CI: Use concurrency groups to make sure that only one integration test job is running at a time r=DilumAluthge a=DilumAluthge Co-authored-by: Dilum Aluthge <[email protected]>
2 parents 532d681 + 8a8243a commit 5ed6a7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci_integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
- master
1212
- staging
1313
- trying
14+
concurrency:
15+
group: integration-tests-global-lock
16+
cancel-in-progress: false
1417
jobs:
1518
integration:
1619
if: github.event_name == 'push'

0 commit comments

Comments
 (0)