File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1919 # https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks
2020 merge_group :
2121
22+ concurrency :
23+ group : ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}
24+ cancel-in-progress : ${{ startsWith(github.event_name, 'pull') }}
25+
2226permissions :
2327 contents : read
2428
Original file line number Diff line number Diff line change 1919 # https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks
2020 merge_group :
2121
22+ concurrency :
23+ group : ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}
24+ cancel-in-progress : ${{ startsWith(github.event_name, 'pull') }}
25+
2226permissions :
2327 contents : read
2428
Original file line number Diff line number Diff line change 1919 # https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks
2020 merge_group :
2121
22+ concurrency :
23+ group : ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}
24+ cancel-in-progress : ${{ startsWith(github.event_name, 'pull') }}
25+
2226permissions :
2327 contents : read
2428
You can’t perform that action at this time.
0 commit comments