diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eeda5d9e..188ae5a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,6 +8,9 @@ on: branches: - "*" types: [opened, synchronize, reopened] +concurrency: + group: ${{ github.ref }} + cancel-in-progress: true jobs: build: name: Build binaries @@ -18,15 +21,6 @@ jobs: - Debug - Release steps: - - name: Wait for previous workflows - uses: lewagon/wait-on-check-action@v1.3.1 - with: - ref: ${{ github.ref }} - repo-token: ${{ secrets.GITHUB_TOKEN }} - wait-interval: 10 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Check out files uses: actions/checkout@v3 with: