diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 4b0c056..757fe8a 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -22,6 +22,9 @@ jobs: build: name: Build runs-on: ubuntu-latest + concurrency: + group: build-${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true steps: - name: Checkout uses: actions/checkout@v4