diff --git a/.github/workflows/verify-template.yml b/.github/workflows/verify-template.yml index e33a0eb..5d63193 100644 --- a/.github/workflows/verify-template.yml +++ b/.github/workflows/verify-template.yml @@ -7,6 +7,10 @@ on: paths-ignore: - "**.md" +concurrency: + group: rust-validation-${{ github.head_ref }} + cancel-in-progress: true + jobs: build: runs-on: ubuntu-latest