From f0e13e2df62d9515b7a678c6d2756715f15d3092 Mon Sep 17 00:00:00 2001 From: midudev Date: Sun, 8 Aug 2021 21:40:11 +0200 Subject: [PATCH] Avoid redudant builds --- .github/workflows/pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index e689bf1..b9100e4 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -11,6 +11,10 @@ jobs: deploy: runs-on: ubuntu-18.04 steps: + - name: Cancel Previous Redundant Builds + uses: styfle/cancel-workflow-action@0.9.1 + with: + access_token: ${{ github.token }} - uses: actions/checkout@v2 with: fetch-depth: 0