Skip to content

Commit 3ffc96a

Browse files
chore: remove styfle/cancel-workflow-action usage (#77)
1 parent cfb9292 commit 3ffc96a

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/ci.yml

+4-9
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ on:
1313
schedule:
1414
- cron: 0 0 * * 0
1515

16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.ref }}
18+
cancel-in-progress: true
19+
1620
jobs:
1721
lint:
1822
name: ⬣ Lint
1923
runs-on: ubuntu-latest
2024
steps:
21-
- name: 🛑 Cancel Previous Runs
22-
uses: styfle/[email protected]
23-
2425
- name: ⬇️ Checkout repo
2526
uses: actions/checkout@v3
2627

@@ -42,9 +43,6 @@ jobs:
4243
node: [12.0.0, 12, 14.0.0, 14, 16.0.0, 16, 17.0.0, 17, 18.0.0, 18, 19]
4344
runs-on: ubuntu-latest
4445
steps:
45-
- name: 🛑 Cancel Previous Runs
46-
uses: styfle/[email protected]
47-
4846
- name: ⬇️ Checkout repo
4947
uses: actions/checkout@v3
5048

@@ -70,9 +68,6 @@ jobs:
7068
contains('refs/heads/main,refs/heads/next,refs/heads/beta,refs/heads/alpha',
7169
github.ref) && github.event_name == 'push'
7270
steps:
73-
- name: 🛑 Cancel Previous Runs
74-
uses: styfle/[email protected]
75-
7671
- name: ⬇️ Checkout repo
7772
uses: actions/checkout@v3
7873

0 commit comments

Comments
 (0)