Skip to content

Commit 52dd599

Browse files
MichaelDeBoeyyanick
authored andcommitted
chore: remove styfle/cancel-workflow-action usage
1 parent 373a666 commit 52dd599

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [main]
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
main:
1115
# ignore all-contributors PRs
@@ -15,9 +19,6 @@ jobs:
1519
node: [10, 12, 14, 16]
1620
runs-on: ubuntu-latest
1721
steps:
18-
- name: 🛑 Cancel Previous Runs
19-
uses: styfle/[email protected]
20-
2122
- name: ⬇️ Checkout repo
2223
uses: actions/checkout@v3
2324

@@ -45,9 +46,6 @@ jobs:
4546
contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha',
4647
github.ref) && github.event_name == 'push' }}
4748
steps:
48-
- name: 🛑 Cancel Previous Runs
49-
uses: styfle/[email protected]
50-
5149
- name: ⬇️ Checkout repo
5250
uses: actions/checkout@v3
5351

0 commit comments

Comments
 (0)