File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010 contents : read # Needed to checkout the repository.
1111
1212concurrency :
13- group : " ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}"
13+ group : " ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.sha }} "
1414 cancel-in-progress : true
1515
1616jobs :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212 contents : read # Needed to checkout the repository.
1313
1414concurrency :
15- group : " ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}"
15+ group : " ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.sha }} "
1616 cancel-in-progress : true
1717
1818jobs :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212 contents : read # Needed to checkout the repository.
1313
1414concurrency :
15- group : " ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}"
15+ group : " ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.sha }} "
1616 cancel-in-progress : true
1717
1818jobs :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919 contents : read # Needed to checkout the repository.
2020
2121concurrency :
22- group : " ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}"
22+ group : " ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.sha }} "
2323 cancel-in-progress : true
2424
2525jobs :
You can’t perform that action at this time.
0 commit comments