Skip to content

Commit daadd72

Browse files
committed
[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. - apache#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 apache#386 from dongjoon-hyun/SPARK-53815-2. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 48ad3c6 commit daadd72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_snapshot_chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
# keep in sync with default value of workflow_dispatch input 'branch'
23-
branch: ${{ fromJSON( inputs.branch || '["main", "branch-0.4"]' ) }}
23+
branch: ${{ fromJSON( inputs.branch || '["main"]' ) }}
2424
steps:
2525
- name: Checkout repository
2626
uses: actions/checkout@v5

.github/workflows/publish_snapshot_dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
# keep in sync with default value of workflow_dispatch input 'branch'
23-
branch: ${{ fromJSON( inputs.branch || '["main", "branch-0.4"]' ) }}
23+
branch: ${{ fromJSON( inputs.branch || '["main"]' ) }}
2424
steps:
2525
- name: Set up QEMU
2626
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)