CI: ensure artifacts can be fetched successfully#1725
Conversation
|
/ok to test a403f90 |
This comment has been minimized.
This comment has been minimized.
|
|
I took a quick look at this PR, purely out of curiosity. After Cursor explained what this PR does I asked: See below for the response triggered by that one question. Does the response make sense? Initial QuestionAsked about PR 1725 (commit What the Original Change DidThe PR changed the
This was done in three workflow files:
The purpose was to ensure backport CI only downloads artifacts from successful runs, not failed ones. Follow-Up DiscussionQuestion: "Wouldn't it be safer to fail if the last run on the backport branch was not successful?" Rationale: The current approach ( Solution ImplementedUpdated all three workflow files to:
Benefits
Changes MadeDiff:
|
xref: #1714 (comment)