This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 8da9a70f701a [SPARK-47725][INFRA][FOLLOW-UP] Do not run scheduled job
in forked repository
8da9a70f701a is described below
commit 8da9a70f701a2860c55a86e39a2425f7f4a3afd9
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Thu Apr 11 09:46:00 2024 +0900
[SPARK-47725][INFRA][FOLLOW-UP] Do not run scheduled job in forked
repository
### What changes were proposed in this pull request?
This is a followup of https://github.com/apache/spark/pull/45870 that skips
the run in forked repository.
### Why are the changes needed?
For consistency, and to save resources in forked repository by default.
### Does this PR introduce _any_ user-facing change?
No, test-only.
### How was this patch tested?
Should be tested in individual forked repository.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #45992 from HyukjinKwon/SPARK-47725-followup.
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
.github/workflows/build_python_connect.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/build_python_connect.yml
b/.github/workflows/build_python_connect.yml
index 2f80eac9624f..ec7103e5dbeb 100644
--- a/.github/workflows/build_python_connect.yml
+++ b/.github/workflows/build_python_connect.yml
@@ -29,6 +29,7 @@ jobs:
name: "Build modules: pyspark-connect"
runs-on: ubuntu-latest
timeout-minutes: 300
+ if: github.repository == 'apache/spark'
steps:
- name: Checkout Spark repository
uses: actions/checkout@v4
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]