File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919name : " CodeQL"
2020
21+ concurrency :
22+ group : ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
23+ cancel-in-progress : true
24+
2125on :
2226 push :
2327 branches : [ "main" ]
Original file line number Diff line number Diff line change 1717
1818name : Run Miri Safety Checks
1919
20+ concurrency :
21+ group : ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
22+ cancel-in-progress : true
23+
2024on :
2125 push :
2226 branches :
Original file line number Diff line number Diff line change 1717
1818name : Check that all test suites are added to PR workflows
1919
20+ concurrency :
21+ group : ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
22+ cancel-in-progress : true
23+
2024on :
2125 push :
2226 branches :
Original file line number Diff line number Diff line change 1717
1818name : Validate Github Workflows
1919
20+ concurrency :
21+ group : ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
22+ cancel-in-progress : true
23+
2024on :
2125 pull_request :
2226 paths :
You can’t perform that action at this time.
0 commit comments