Skip to content

Commit

Permalink
Merge pull request #145 from JasonPowr/fix-tekton-path
Browse files Browse the repository at this point in the history
fix-tekton-path
  • Loading branch information
JasonPowr authored Feb 22, 2024
2 parents f939c62 + 5fdf133 commit 0c9b8c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/client-server-cg-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && ( "Dockerfile.client-server-cg.rh".pathChanged() || ".tekton/.tekton/client-server-cg-pull-request.yaml".pathChanged())
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && ( "Dockerfile.client-server-cg.rh".pathChanged() || ".tekton/client-server-cg-pull-request.yaml".pathChanged())
creationTimestamp: null
labels:
appstudio.openshift.io/application: cli
Expand Down
2 changes: 1 addition & 1 deletion .tekton/client-server-re-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && ( "Dockerfile.client-server-re.rh".pathChanged() || ".tekton/.tekton/client-server-re-pull-request.yaml".pathChanged())
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && ( "Dockerfile.client-server-re.rh".pathChanged() || ".tekton/client-server-re-pull-request.yaml".pathChanged())
creationTimestamp: null
labels:
appstudio.openshift.io/application: cli
Expand Down

0 comments on commit 0c9b8c6

Please sign in to comment.