diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 7977dd81..7206be97 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -16,6 +16,10 @@ on: - "v?[0-9]+.[0-9]+.[0-9]+-**" pull_request: {} +concurrency: + group: ${{ github.ref }} + cancel-in-progress: true + jobs: # Performs quick checks before the expensive test runs check-and-lint: