From 375a148a67dc055551e2de8f142650d777081c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Wed, 26 Apr 2023 12:36:06 +0200 Subject: [PATCH] chore: remove `styfle/cancel-workflow-action` usage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michaƫl De Boey --- .github/workflows/pipeline.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 87e13824..46c44bbc 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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 @@ -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 @@ -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