Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50583][INFRA][FOLLOW-UP] Fix 3.5 daily build
### What changes were proposed in this pull request? Fix 3.5 daily build ``` if: (inputs.branch != 'branch-3.5') && (${{ env.PYSPARK_IMAGE_TO_TEST }} != '') ``` the condition returns true for branch-3.5 ### Why are the changes needed? Fix 3.5 daily build ### Does this PR introduce _any_ user-facing change? no, infra-only ### How was this patch tested? manually check 1, `${{ inputs.branch != 'master' && env.PYSPARK_IMAGE_TO_TEST != '' }}` skipped in PR build ![Uploading image.png…]() https://github.com/zhengruifeng/spark/actions/runs/12354167258/job/34474934451 2, `${{ inputs.branch != 'branch-3.5' && env.PYSPARK_IMAGE_TO_TEST != '' }}` runned in PR build ### Was this patch authored or co-authored using generative AI tooling? no Closes apache#49206 from zhengruifeng/fix_daily_35. Authored-by: Ruifeng Zheng <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
- Loading branch information