mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-27 15:17:50 +00:00
update(ci): only set concurrency group for PRs.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com> Co-authored-by: Mauro Ezequiel Moltrasio <mmoltras@redhat.com>
This commit is contained in:
parent
de23899e49
commit
597f07ccae
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -9,7 +9,7 @@ on:
|
|||||||
# Checks if any concurrent jobs under the same pull request or branch are being executed
|
# Checks if any concurrent jobs under the same pull request or branch are being executed
|
||||||
# NOTE: this will cancel every workflow that is being ran as group is just the github ref (without the workflow name)
|
# NOTE: this will cancel every workflow that is being ran as group is just the github ref (without the workflow name)
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.ref }}
|
group: ${{ github.head_ref || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user