You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/04/15 16:37:22 UTC

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #32193: [DO-NOT-MERGE][POC] Add GitHub status check in PR instead of a comment

dongjoon-hyun commented on a change in pull request #32193:
URL: https://github.com/apache/spark/pull/32193#discussion_r614224749



##########
File path: .github/workflows/update_build_status.yml
##########
@@ -0,0 +1,54 @@
+name: Update build status
+
+on:
+  schedule:
+  - cron: "*/15 * * * *"

Review comment:
       Just a question. What happens when the fork disables this job?
   GitHub allows us to disable workflows. So, I usually disables the snapshot publishing jobs.




-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org