File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11name : Check shell scripts
22
33on :
4- push :
5- branches :
6- - develop
74 pull_request :
5+ merge_group :
86 workflow_dispatch :
97
108concurrency :
11- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
12- cancel-in-progress : ${{ github.event_name == 'pull_request' }}
9+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.merge_group.head_ref || github. ref }}
10+ cancel-in-progress : ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
1311
1412permissions :
1513 contents : read
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: Check merge requirements
22
33on :
44 pull_request :
5+ merge_group :
56
67permissions :
78 contents : read
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: Nix CI
33on :
44 push :
55 branches :
6- - develop
76 - release/*
87 pull_request :
8+ merge_group :
99 workflow_dispatch :
1010
1111permissions :
You can’t perform that action at this time.
0 commit comments