Skip to content

Commit fc76f17

Browse files
committed
revert
1 parent 1829bd0 commit fc76f17

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ name: "Build"
2222
on:
2323
push:
2424
branches:
25-
- 'nonexistent'
25+
- '**'
2626

2727
jobs:
2828
call-build-and-test:

.github/workflows/build_python_connect35.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
name: Build / Spark Connect Python-only (master-server, 35-client, Python 3.11)
2121

2222
on:
23-
push:
24-
branches:
25-
- '**'
23+
schedule:
24+
- cron: '0 21 * * *'
2625

2726
jobs:
2827
# Build: build Spark and run the tests for specified modules using SBT
2928
build:
3029
name: "Build modules: pyspark-connect"
3130
runs-on: ubuntu-latest
3231
timeout-minutes: 100
32+
if: github.repository == 'apache/spark'
3333
steps:
3434
- name: Checkout Spark repository
3535
uses: actions/checkout@v4

0 commit comments

Comments
 (0)