Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
revert
  • Loading branch information
HyukjinKwon committed May 3, 2024
commit fc76f171526501a4e27a036f1214570d93977bdc
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:
push:
branches:
- '**'
schedule:
- cron: '0 21 * * *'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. Ya, +1 for adding this and this looks not a heavy.

After adding this, please monitor once if it works expected in the total budget.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the pointer!


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