Skip to content

Commit 0b50079

Browse files
chore: remove styfle/cancel-workflow-action usage (#439)
1 parent 6fcf8e3 commit 0b50079

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
@@ -11,14 +11,15 @@ on:
1111
- alpha
1212
pull_request:
1313

14+
concurrency:
15+
group: ${{ github.workflow }}-${{ github.ref }}
16+
cancel-in-progress: true
17+
1418
jobs:
1519
lint:
1620
name: ⬣ Lint
1721
runs-on: ubuntu-latest
1822
steps:
19-
- name: 🛑 Cancel Previous Runs
20-
uses: styfle/cancel-workflow-action@0.11.0
21-
2223
- name: ⬇️ Checkout repo
2324
uses: actions/checkout@v3
2425

@@ -60,9 +61,6 @@ jobs:
6061
os: ubuntu-latest
6162
runs-on: ${{ matrix.os }}
6263
steps:
63-
- name: 🛑 Cancel Previous Runs
64-
uses: styfle/cancel-workflow-action@0.11.0
65-
6664
- name: ⬇️ Checkout repo
6765
uses: actions/checkout@v3
6866

@@ -93,9 +91,6 @@ jobs:
9391
contains('refs/heads/main,refs/heads/next,refs/heads/beta,refs/heads/alpha',
9492
github.ref) && github.event_name == 'push'
9593
steps:
96-
- name: 🛑 Cancel Previous Runs
97-
uses: styfle/cancel-workflow-action@0.11.0
98-
9994
- name: ⬇️ Checkout repo
10095
uses: actions/checkout@v3
10196

0 commit comments

Comments
 (0)