Skip to content

Commit

Permalink
Fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyd450 committed Nov 7, 2023
1 parent 4db7c53 commit f7d1064
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .tekton/tuf-server-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ metadata:
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-event: '[pull_request]'
pipelinesascode.tekton.dev/on-target-branch: '[redhat-v0.6.5]'
pipelinesascode.tekton.dev/on-cel-expression: |
event == "pull_request" && target_branch == "redhat-v0.6.5" && ( "./cmd/tuf/server".pathChanged()
|| ".tekton/tuf-server-pull-request.yaml".pathChanged()
|| "/Dockerfile.tuf-server".pathChanged() )
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "redhat-v0.6.5" && ( "./cmd/tuf/server".pathChanged() || ".tekton/tuf-server-pull-request.yaml".pathChanged() || "/Dockerfile.tuf-server".pathChanged() )
creationTimestamp: null
labels:
appstudio.openshift.io/application: rhtas-stack-1-0-beta
Expand Down

0 comments on commit f7d1064

Please sign in to comment.