File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 77permissions :
88 contents : write
99 pull-requests : write
10+ actions : write
1011
1112jobs :
1213 # Test PR creation scenario - should create a PR with specific version pattern
Original file line number Diff line number Diff line change 1515 branches :
1616 - main
1717
18- # Cancel previous runs when new ones are triggered
19- concurrency :
20- group : ${{ github.workflow }}-${{ github.ref }}
21- cancel-in-progress : true
22-
2318jobs :
2419 # Update a git submodule
2520 cocoa :
Original file line number Diff line number Diff line change 5454 with :
5555 token : ${{ inputs.api-token }}
5656
57+ - name : Cancel Previous Runs
58+ uses : styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # Tag: 0.12.1
59+ with :
60+ access_token : ${{ github.token }}
61+
5762 - name : Validate dependency name
5863 shell : pwsh
5964 run : |
You can’t perform that action at this time.
0 commit comments