diff options
Diffstat (limited to '.github/workflows/qodana.yml')
-rw-r--r-- | .github/workflows/qodana.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index b77719ea..2975c504 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -7,6 +7,10 @@ on: branches: - master +concurrency: + group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' + cancel-in-progress: true + jobs: inspection: runs-on: ubuntu-latest |