EnricoMi opened a new pull request, #36285:
URL: https://github.com/apache/spark/pull/36285

   ### What changes were proposed in this pull request?
   The `precondition` job in the `build-and-test` workflow should be skipped on 
fork repositories as all subsequent / dependent jobs are already skipped.
   
   ### Why are the changes needed?
   The `build and test` workflow is scheduled to run six times a day. The jobs 
then only run for `type == 'scheduled'` inside apache/spark repository, not for 
forks. However, the `precondition` job always runs, even though all subsequent 
jobs are skipped on forks.
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   No


-- 
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]

Reply via email to