mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-11 12:52:23 +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
|
- reopened
|
||||||
- labeled
|
- labeled
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
gatekeeper:
|
gatekeeper:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user