We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e301c commit cbb96beCopy full SHA for cbb96be
ansible/roles/operator-pipeline/templates/openshift/pipelines/operator-release-pipeline.yml
@@ -696,6 +696,9 @@ spec:
696
# with the support link pointing to the affected PR
697
- name: post-support-link-for-pr
698
when:
699
+ - input: "$(tasks.certification-project-check.results.certification_project_id)"
700
+ operator: "notin"
701
+ values: [""]
702
- input: $(tasks.status)
703
operator: notin
704
values: ["Succeeded", "Completed"]
0 commit comments