diff options
Diffstat (limited to '.github/workflows/pull_request.yml')
-rw-r--r-- | .github/workflows/pull_request.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ffe8acae..045a9124 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1,6 +1,11 @@ on: [pull_request] name: Check pull request + +concurrency: + group: ${{ github.head_ref }} + cancel-in-progress: true + jobs: unit-tests: runs-on: ubuntu-latest |