Skip to content

Commit 3a4d2e4

Browse files
committed
Revert "refactor: replace cancel-workflow-action with native concurrency"
This reverts commit fa5fc82.
1 parent fa5fc82 commit 3a4d2e4

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/workflow-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
permissions:
88
contents: write
99
pull-requests: write
10+
actions: write
1011

1112
jobs:
1213
# Test PR creation scenario - should create a PR with specific version pattern

updater/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ on:
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-
2318
jobs:
2419
# Update a git submodule
2520
cocoa:

updater/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ runs:
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: |

0 commit comments

Comments
 (0)