File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : " CheckCompatBounds"
22on :
33 pull_request : ~
4+ concurrency :
5+ group : " ${{ github.workflow }}-${{ github.ref }}"
6+ cancel-in-progress : " ${{ startsWith(github.ref, 'refs/pull/') }}"
47permissions :
58 contents : " read"
69jobs :
Original file line number Diff line number Diff line change 33 pull_request :
44 branches :
55 - " main"
6+ concurrency :
7+ group : " ${{ github.workflow }}-${{ github.ref }}"
8+ cancel-in-progress : " ${{ startsWith(github.ref, 'refs/pull/') }}"
69permissions :
710 contents : " read"
811 security-events : " write"
Original file line number Diff line number Diff line change 66 - " synchronize"
77 - " reopened"
88 - " ready_for_review"
9+ concurrency :
10+ group : " ${{ github.workflow }}-${{ github.ref }}"
11+ cancel-in-progress : " ${{ startsWith(github.ref, 'refs/pull/') }}"
912permissions :
1013 contents : " read"
1114jobs :
Original file line number Diff line number Diff line change 1111 - " reopened"
1212 - " ready_for_review"
1313 - " converted_to_draft"
14+ concurrency :
15+ group : " ${{ github.workflow }}-${{ github.ref }}"
16+ cancel-in-progress : " ${{ startsWith(github.ref, 'refs/pull/') }}"
1417permissions :
1518 actions : " read"
1619 contents : " read"
Original file line number Diff line number Diff line change 11name : " VersionCheck"
22on :
33 pull_request : ~
4+ concurrency :
5+ group : " ${{ github.workflow }}-${{ github.ref }}"
6+ cancel-in-progress : " ${{ startsWith(github.ref, 'refs/pull/') }}"
47permissions :
58 contents : " read"
69 pull-requests : " read"
You can’t perform that action at this time.
0 commit comments