File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ on: [push, pull_request]
2020permissions :
2121 contents : read # to fetch code (actions/checkout)
2222
23+ # End the current execution if there is a new changeset in the PR.
24+ concurrency :
25+ group : ${{ github.workflow }}-${{ github.ref }}
26+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
27+
2328jobs :
2429 cargo-deny :
2530 name : Style/cargo-deny
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ on: [push, pull_request]
1414permissions :
1515 contents : read
1616
17+ # End the current execution if there is a new changeset in the PR.
18+ concurrency :
19+ group : ${{ github.workflow }}-${{ github.ref }}
20+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
21+
1722jobs :
1823 gnu :
1924 permissions :
You can’t perform that action at this time.
0 commit comments