Skip to content

Commit 7949971

Browse files
chore: remove styfle/cancel-workflow-action usage (#757)
Signed-off-by: Michaël De Boey <[email protected]>
1 parent 9dbd966 commit 7949971

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/pipeline.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@ on:
1414
pull_request:
1515
types: [opened, synchronize]
1616

17+
concurrency:
18+
group: ${{ github.workflow }}-${{ github.ref }}
19+
cancel-in-progress: true
20+
1721
jobs:
1822
code_validation:
1923
name: Code Validation
2024
runs-on: ubuntu-latest
2125

2226
steps:
23-
- name: Cancel Previous Runs
24-
uses: styfle/[email protected]
25-
2627
- name: Checkout
2728
uses: actions/checkout@v3
2829

@@ -59,9 +60,6 @@ jobs:
5960
eslint: [7.5, 7, 8]
6061

6162
steps:
62-
- name: Cancel Previous Runs
63-
uses: styfle/[email protected]
64-
6563
- name: Checkout
6664
uses: actions/checkout@v3
6765

@@ -91,9 +89,6 @@ jobs:
9189
github.ref) && github.event_name == 'push' }}
9290

9391
steps:
94-
- name: Cancel Previous Runs
95-
uses: styfle/[email protected]
96-
9792
- name: Checkout
9893
uses: actions/checkout@v3
9994

0 commit comments

Comments
 (0)