fix: set updaterun progressing condition to false when finished#1103
fix: set updaterun progressing condition to false when finished#1103jwtty merged 3 commits intoAzure:mainfrom
Conversation
Title(Describe updated until commit b748903)fix: set updaterun progressing condition to false when finished User descriptionDescription of your changesWhen updateRun or a stage completes (either succeeds or fails), set progressing condition to false. Fixes # I have:
How has this code been testedSpecial notes for your reviewerPR TypeEnhancement Description
Changes walkthrough 📝
|
PR Reviewer Guide 🔍(Review updated until commit b748903)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
4f76653 to
af18c9c
Compare
Co-authored-by: Zhiying Lin <54013513+zhiying-lin@users.noreply.github.com>
|
Persistent review updated to latest commit 20e7d0c |
Co-authored-by: Zhiying Lin <54013513+zhiying-lin@users.noreply.github.com>
|
Persistent review updated to latest commit b748903 |
Description of your changes
When updateRun or a stage completes (either succeeds or fails), set progressing condition to false.
Also add missing condition messages.
Fixes #
I have:
make reviewableto ensure this PR is ready for review.How has this code been tested
Special notes for your reviewer