This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-0.6
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/branch-0.6 by this push:
new 1b63149 [SPARK-54167] Update GitHub Action YAML file in branch-0.6
1b63149 is described below
commit 1b63149e360aac04940f814a50d37bdc02e7ed3e
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Nov 3 17:33:36 2025 -0800
[SPARK-54167] Update GitHub Action YAML file in branch-0.6
### What changes were proposed in this pull request?
This PR aims to update `GitHub Action` YAML file in `branch-0.6`.
### Why are the changes needed?
To enable GitHub Action CI.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
CI is trigged on this PR and passes.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #415 from dongjoon-hyun/SPARK-54167.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index aed7cbe..5175715 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -3,10 +3,10 @@ name: Build and test
on:
push:
branches:
- - main
+ - branch-0.6
pull_request:
branches:
- - main
+ - branch-0.6
# Cancel previous PR build and test
concurrency:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]