mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 07:19:06 +00:00
workflows/gatekeeper: configure concurrency properly
This will allow to cancel-in-progress the gatekeeper jobs. Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com> Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
This commit is contained in:
parent
5c1cea1601
commit
4abfc11b4f
4
.github/workflows/gatekeeper.yaml
vendored
4
.github/workflows/gatekeeper.yaml
vendored
@ -12,6 +12,10 @@ on:
|
||||
- reopened
|
||||
- labeled
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
gatekeeper:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user