diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bb6171a..add7b78 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ on: - "*" types: [opened, synchronize, reopened] -concurrency: +concurrency: group: ${{ github.ref }} cancel-in-progress: true