From 9b93afbad0334e3ca1d87c48a30a915509edf195 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Sat, 28 Jun 2025 11:24:11 -0700 Subject: [PATCH] [SPARK-52603] Update GitHub Action YAML file in `branch-0.4` --- .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 15607eed..42f3f690 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.4 pull_request: branches: - - main + - branch-0.4 # Cancel previous PR build and test concurrency: