Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@ jobs:
permissions:
packages: write
name: Run
# Skip:
# - pushes to `branch-4.x` on apache/spark: post-merge CI on this
# integration/staging branch is disabled to save resources.
# - pushes to `master` on forks: the "Sync fork" button mirrors
# apache/spark and would otherwise re-run the full build on every sync.
if: >-
(github.repository == 'apache/spark' && github.ref != 'refs/heads/branch-4.x')
|| (github.repository != 'apache/spark' && github.ref != 'refs/heads/master')
# Skip pushes on apache/spark: post-merge CI on this integration/staging
# branch is disabled to save resources.
if: github.repository != 'apache/spark'
uses: ./.github/workflows/build_and_test.yml