Do not build minimal image on each push event
This commit is contained in:
parent
c75de050ab
commit
1ee8494beb
1 changed files with 3 additions and 1 deletions
|
|
@ -8,7 +8,9 @@ metadata:
|
|||
pipelinesascode.tekton.dev/cancel-in-progress: "false"
|
||||
pipelinesascode.tekton.dev/max-keep-runs: "3"
|
||||
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
|
||||
== "main"
|
||||
== "main" && ( "./fedora-minimal.yaml".pathChanged() || "./fedora-includes/generic.yaml".pathChanged()
|
||||
|| "./minimal/***".pathChanged() || ".tekton/fedora-bootc-rawhide-minimal-push.yaml".pathChanged()
|
||||
|| "Containerfile".pathChanged() )
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
appstudio.openshift.io/application: fedora-bootc-rawhide
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue