This is an automated email from the ASF dual-hosted git repository.
dongjoon-hyun pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/branch-0.9 by this push:
new 86c7037 [SPARK-56823] Update GitHub Actions YAML file in `branch-0.9`
86c7037 is described below
commit 86c7037f04599b68a543ee762640d1be19379e2f
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon May 11 08:48:45 2026 -0700
[SPARK-56823] Update GitHub Actions YAML file in `branch-0.9`
### What changes were proposed in this pull request?
This PR aims to update `GitHub Action` YAML file in `branch-0.9`.
### 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 triggered on this PR and passes.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #670 from dongjoon-hyun/SPARK-56823.
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 6487798..d3e4e61 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.9
pull_request:
branches:
- - main
+ - branch-0.9
# Cancel previous PR build and test
concurrency:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]