Yikun commented on code in PR #36285:
URL: https://github.com/apache/spark/pull/36285#discussion_r858528703
##########
.github/workflows/build_and_test.yml:
##########
@@ -48,6 +48,11 @@ jobs:
configure-jobs:
name: Configure jobs
runs-on: ubuntu-20.04
+ # All other jobs in this workflow depend on this job,
+ # so the entire workflow is skipped when these conditions evaluate to
false:
+ # Run all jobs for Apache Spark repository
+ # Run only non-scheduled jobs for forked repositories
Review Comment:
Good notes, but we'd better to still keep above notes to mention
fork/upstream trigger scopre
--
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]