Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO-NOT-REVIEW][SPARK-48089][SS][CONNECT] Fix Streaming 3.5 <> 4.0 compatibility test #46444

Closed
2 changes: 1 addition & 1 deletion .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name: "Build"
on:
push:
branches:
- '**'
- 'nonexistent'

jobs:
call-build-and-test:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_python_connect35.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
name: Build / Spark Connect Python-only (master-server, 35-client, Python 3.11)

on:
schedule:
- cron: '0 21 * * *'
push:
branches:
- '**'

jobs:
# Build: build Spark and run the tests for specified modules using SBT
build:
name: "Build modules: pyspark-connect"
runs-on: ubuntu-latest
timeout-minutes: 100
if: github.repository == 'apache/spark'
steps:
- name: Checkout Spark repository
uses: actions/checkout@v4
Expand Down