File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 pull_request :
88
99concurrency :
10- group : ${{ github.head_ref }}
10+ group : " ci- ${{ github.ref }}"
1111 cancel-in-progress : true
1212
1313jobs :
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ module GithubActions
2727 pull_request : nil ,
2828 } ,
2929 concurrency : {
30- group : '${{ github.head_ref }}' ,
30+ group : 'ci- ${{ github.ref }}' ,
3131 'cancel-in-progress' : true ,
3232 }
3333 } . freeze
Original file line number Diff line number Diff line change 3131 - master
3232 pull_request:
3333 concurrency:
34- group: " ${{ github.head_ref }}"
34+ group: ci- ${{ github.ref }}
3535 cancel-in-progress: true
3636 jobs:
3737 test:
9999 - master
100100 pull_request:
101101 concurrency:
102- group: " ${{ github.head_ref }}"
102+ group: ci- ${{ github.ref }}
103103 cancel-in-progress: true
104104 jobs:
105105 test:
180180 - master
181181 pull_request:
182182 concurrency:
183- group: " ${{ github.head_ref }}"
183+ group: ci- ${{ github.ref }}
184184 cancel-in-progress: true
185185 jobs:
186186 test:
247247 - master
248248 pull_request:
249249 concurrency:
250- group: " ${{ github.head_ref }}"
250+ group: ci- ${{ github.ref }}
251251 cancel-in-progress: true
252252 jobs:
253253 test:
360360 - master
361361 pull_request:
362362 concurrency:
363- group: " ${{ github.head_ref }}"
363+ group: ci- ${{ github.ref }}
364364 cancel-in-progress: true
365365 jobs:
366366 test:
459459 - master
460460 pull_request:
461461 concurrency:
462- group: " ${{ github.head_ref }}"
462+ group: ci- ${{ github.ref }}
463463 cancel-in-progress: true
464464 jobs:
465465 test:
582582 - master
583583 pull_request:
584584 concurrency:
585- group: " ${{ github.head_ref }}"
585+ group: ci- ${{ github.ref }}
586586 cancel-in-progress: true
587587 jobs:
588588 test:
699699 - master
700700 pull_request:
701701 concurrency:
702- group: " ${{ github.head_ref }}"
702+ group: ci- ${{ github.ref }}
703703 cancel-in-progress: true
704704 jobs:
705705 test:
You can’t perform that action at this time.
0 commit comments