This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-0.7
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/branch-0.7 by this push:
new c8ada87 [SPARK-55001] Update GitHub Action YAML file in branch-0.7
c8ada87 is described below
commit c8ada87469c379706ec172cb4b7047e6a0303113
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Jan 10 19:14:27 2026 +0900
[SPARK-55001] Update GitHub Action YAML file in branch-0.7
### What changes were proposed in this pull request?
This PR aims to update `GitHub Action` YAML file in `branch-0.7`.
### 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 #454 from dongjoon-hyun/SPARK-55001.
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 090c157..ac98103 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.7
pull_request:
branches:
- - main
+ - branch-0.7
# Cancel previous PR build and test
concurrency:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]