Skip to content

Commit

Permalink
chore: remove styfle/cancel-workflow-action usage
Browse files Browse the repository at this point in the history
Signed-off-by: Michaël De Boey <info@michaeldeboey.be>
  • Loading branch information
MichaelDeBoey committed Apr 26, 2023
1 parent 9dbd966 commit 375a148
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ on:
pull_request:
types: [opened, synchronize]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
code_validation:
name: Code Validation
runs-on: ubuntu-latest

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0

- name: Checkout
uses: actions/checkout@v3

Expand Down Expand Up @@ -59,9 +60,6 @@ jobs:
eslint: [7.5, 7, 8]

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0

- name: Checkout
uses: actions/checkout@v3

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

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0

- name: Checkout
uses: actions/checkout@v3

Expand Down

0 comments on commit 375a148

Please sign in to comment.