Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
None
Description
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.
The `precondition` job in the `build-and-test` workflow should be skipped on fork repositories as all subsequent / dependent jobs are already skipped.