Skip to content

Commit 892b2c1

Browse files
chore: remove styfle/cancel-workflow-action usage (#101)
1 parent d0418f8 commit 892b2c1

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/cancel-workflow-action@0.11.0
23-
2425
- name: ⬇️ Checkout repo
2526
uses: actions/checkout@v3
2627

@@ -68,9 +69,6 @@ jobs:
6869
os: ubuntu-latest
6970
runs-on: ${{ matrix.os }}
7071
steps:
71-
- name: 🛑 Cancel Previous Runs
72-
uses: styfle/cancel-workflow-action@0.11.0
73-
7472
- name: ⬇️ Checkout repo
7573
uses: actions/checkout@v3
7674

@@ -102,9 +100,6 @@ jobs:
102100
contains('refs/heads/main,refs/heads/next,refs/heads/beta,refs/heads/alpha',
103101
github.ref) && github.event_name == 'push'
104102
steps:
105-
- name: 🛑 Cancel Previous Runs
106-
uses: styfle/cancel-workflow-action@0.11.0
107-
108103
- name: ⬇️ Checkout repo
109104
uses: actions/checkout@v3
110105

0 commit comments

Comments
 (0)