Skip to content

Commit c7b0c18

Browse files
authored
add concurrency group to all-green ci job (#5196)
1 parent dd4e11a commit c7b0c18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/all-green.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- cron: 20 4 * * *
1010
- cron: 40 4 * * *
1111

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317

1418
all-green:

0 commit comments

Comments
 (0)