This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-0.8
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/branch-0.8 by this push:
new 950f9e9 [SPARK-55942] Update GitHub Actions YAML file in `branch-0.8`
950f9e9 is described below
commit 950f9e98466a524ef88395e36c2927eeb4857e25
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Mar 10 12:19:19 2026 -0700
[SPARK-55942] Update GitHub Actions YAML file in `branch-0.8`
### What changes were proposed in this pull request?
This PR aims to update `GitHub Action` YAML file in `branch-0.8`.
### 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 #547 from dongjoon-hyun/SPARK-55942.
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 5d0cdbe..b46a708 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.8
pull_request:
branches:
- - main
+ - branch-0.8
# Cancel previous PR build and test
concurrency:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]