cloud-fan commented on code in PR #57867:
URL: https://github.com/apache/spark/pull/57867#discussion_r3742487285
##########
.github/workflows/update_build_status.yml:
##########
@@ -126,6 +150,116 @@ jobs:
break
}
}
+
+ // No Build check: notify_test_workflow.yml never created
one. Recreate it
+ // here, mirroring notify. Skip if the head repo was deleted.
+ if (!anyBuildCheck && pr.head.repo) {
Review Comment:
Please recheck for an existing `Build` check immediately before creating
one. This decision precedes up to six seconds of polling, so
`notify_test_workflow.yml` can create the check in between; both jobs then
create one, and this updater later stops after syncing only the first match,
leaving the duplicate queued.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]