Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2024-05-08 11:59:59 +03:00
parent 2fe42fc23e
commit 8b2cfffab8

View file

@ -2,7 +2,7 @@ name: Vulncheck
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
cancel-in-progress: true
jobs:
vulncheck:
@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v3
with: