mirror of
https://github.com/anchore/syft.git
synced 2026-02-12 02:26:42 +01:00
chore:cancel in-progress workflows for new commits on same PR (#4465)
Signed-off-by: VictorHuu <victorhu493@gmail.com>
This commit is contained in:
parent
6ad4873a33
commit
c8982b887d
4
.github/workflows/validations.yaml
vendored
4
.github/workflows/validations.yaml
vendored
@ -1,5 +1,9 @@
|
|||||||
name: "Validations"
|
name: "Validations"
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user