-
Notifications
You must be signed in to change notification settings - Fork 192
Open
Open
Copy link
Labels
BugAn error that causes the feature to behave differently than what was expected based on design.An error that causes the feature to behave differently than what was expected based on design.github_actionsPull requests that update Github Actions code.Pull requests that update Github Actions code.
Description
Problem Statement
Currently if no build candidate is found to be promoted we send the message that there was no candidate found, then we also send an alert for failure. As seen here.
Proposed Solution
We need to update the Report Build Promotion Failure step to include the condition ${{ needs.determine-build-candidate.outputs.promote-build-candidate == 'false' }}.
This allows us to cleanly report to the build promotion channel once and only once.
Business Need
This is required to avoid cluttering the slack channels that are reported to.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugAn error that causes the feature to behave differently than what was expected based on design.An error that causes the feature to behave differently than what was expected based on design.github_actionsPull requests that update Github Actions code.Pull requests that update Github Actions code.