Skip to content

Commit 0f5db83

Browse files
chore: remove styfle/cancel-workflow-action usage (#50)
1 parent 94cc72f commit 0f5db83

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 9 deletions
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

@@ -75,9 +76,6 @@ jobs:
7576
os: ubuntu-latest
7677
runs-on: ${{ matrix.os }}
7778
steps:
78-
- name: 🛑 Cancel Previous Runs
79-
uses: styfle/[email protected]
80-
8179
- name: ⬇️ Checkout repo
8280
uses: actions/checkout@v3
8381

@@ -127,9 +125,6 @@ jobs:
127125
contains('refs/heads/main,refs/heads/next,refs/heads/beta,refs/heads/alpha',
128126
github.ref) && github.event_name == 'push'
129127
steps:
130-
- name: 🛑 Cancel Previous Runs
131-
uses: styfle/[email protected]
132-
133128
- name: ⬇️ Checkout repo
134129
uses: actions/checkout@v3
135130

0 commit comments

Comments
 (0)