HyukjinKwon commented on a change in pull request #32193:
URL: https://github.com/apache/spark/pull/32193#discussion_r614227854
##########
File path: .github/workflows/update_build_status.yml
##########
@@ -0,0 +1,54 @@
+name: Update build status
+
+on:
+ schedule:
+ - cron: "*/15 * * * *"
Review comment:
Yeah, that's a problem. I will try to integrate with ["action required"
status](https://docs.github.com/en/rest/guides/getting-started-with-the-checks-api#about-check-suites)
of the checks in GitHub Actions (that allows us to link URLs with some guides)
to guide users to explicitly enable workflows needed.
This workflow is okay because this one is supposed to run in the main repo
but if users disable the main build job, it's a problem.
FWIW, here is one example when a contributor did not enable the main build
job: https://github.com/apache/spark/pull/32187
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]