diff options
-rw-r--r-- | .github/workflows/tests.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 17d03d3e..dfd6a8e3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,7 @@ name: Tests +concurrency: + group: ${{ github.head_ref || github.run_id }} + cancel-in-progress: true on: push: |