diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d600d327..89f067aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,9 +21,9 @@ on: - "true" - "false" -#concurrency: -# group: ${{ github.ref }} -# cancel-in-progress: true +concurrency: + group: ${{ github.ref }} + cancel-in-progress: true jobs: clang-tidy: