diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 8aa5a3c40b..59649526d0 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -9,19 +9,17 @@ on: description: 'Version (without "v" prefix)' required: true type: string - + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: build: name: Build app runs-on: ubuntu-latest steps: - - name: Cancel previous runs - uses: styfle/cancel-workflow-action@0.12.1 - with: - access_token: ${{ github.token }} - all_but_latest: true - - name: Clone repo uses: actions/checkout@v4 with: