This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new daadd72  [SPARK-53815][FOLLOWUP] Remove `branch-0.4` from `matrix` too
daadd72 is described below

commit daadd727885ffd833be25ba6995eabb3fd3a6a50
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Oct 11 12:46:19 2025 -0700

    [SPARK-53815][FOLLOWUP] Remove `branch-0.4` from `matrix` too
    
    ### What changes were proposed in this pull request?
    
    This is a follow-up the following to clean up the matrix too.
    - #367
    
    ### Why are the changes needed?
    
    To remove it completely.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #386 from dongjoon-hyun/SPARK-53815-2.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/publish_snapshot_chart.yml     | 2 +-
 .github/workflows/publish_snapshot_dockerhub.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/publish_snapshot_chart.yml 
b/.github/workflows/publish_snapshot_chart.yml
index 8a3a088..9d7b984 100644
--- a/.github/workflows/publish_snapshot_chart.yml
+++ b/.github/workflows/publish_snapshot_chart.yml
@@ -20,7 +20,7 @@ jobs:
       fail-fast: false
       matrix:
         # keep in sync with default value of workflow_dispatch input 'branch'
-        branch: ${{ fromJSON( inputs.branch || '["main", "branch-0.4"]' ) }}
+        branch: ${{ fromJSON( inputs.branch || '["main"]' ) }}
     steps:
     - name: Checkout repository
       uses: actions/checkout@v5
diff --git a/.github/workflows/publish_snapshot_dockerhub.yml 
b/.github/workflows/publish_snapshot_dockerhub.yml
index 4ed7fe4..70a0b3d 100644
--- a/.github/workflows/publish_snapshot_dockerhub.yml
+++ b/.github/workflows/publish_snapshot_dockerhub.yml
@@ -20,7 +20,7 @@ jobs:
       fail-fast: false
       matrix:
         # keep in sync with default value of workflow_dispatch input 'branch'
-        branch: ${{ fromJSON( inputs.branch || '["main", "branch-0.4"]' ) }}
+        branch: ${{ fromJSON( inputs.branch || '["main"]' ) }}
     steps:
     - name: Set up QEMU
       uses: docker/setup-qemu-action@v3


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to