This PR addresses the issue with adding ci-passed label during PR Synchronization. Reference PR #11354
The issue was caused by the parallel execution of the reset_ci_passed_label and add_ci_passed_label steps in the "Add CI Passed Label" GitHub Action workflow.
The workflow has been updated to execute the reset_ci_passed_label and add_ci_passed_label steps sequentially, ensuring that the ci-passed label is correctly added on PR synchronization.
Needs approval from an approver in each of these files:
- ~~[.github/OWNERS](https://github.com/kubeflow/pipelines/blob/master/.github/OWNERS)~~ [hbelmiro]
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
Description of your changes:
reset_ci_passed_label
andadd_ci_passed_label
steps in the "Add CI Passed Label" GitHub Action workflow.reset_ci_passed_label
andadd_ci_passed_label
steps sequentially, ensuring that the ci-passed label is correctly added on PR synchronization.Checklist: