diff --git a/pipelines/docker-build-rhtap/patch.yaml b/pipelines/docker-build-rhtap/patch.yaml index 36e7df74fc..460d45bc59 100644 --- a/pipelines/docker-build-rhtap/patch.yaml +++ b/pipelines/docker-build-rhtap/patch.yaml @@ -133,9 +133,9 @@ runAfter: - update-deployment when: - - input: "pull_request" + - input: "$(params.event-type)" operator: notin - values: ["$(params.event-type)"] + values: ["pull_request", "Merge Request"] taskRef: kind: Task name: acs-deploy-check @@ -153,9 +153,9 @@ runAfter: - build-container when: - - input: "pull_request" + - input: "$(params.event-type)" operator: notin - values: ["$(params.event-type)"] + values: ["pull_request", "Merge Request"] taskRef: kind: Task name: update-deployment