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:
Wainer dos Santos Moschetta 2024-07-03 18:00:25 -03:00 committed by Lukáš Doktor
parent 5c1cea1601
commit 4abfc11b4f
No known key found for this signature in database
GPG Key ID: 26B362E47FCF22C1

View File

@ -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