Skip to content

Commit 2eeb9c9

Browse files
committed
[SPARK-53815][FOLLOWU] Remove branch-0.4 from matrix too
1 parent 48ad3c6 commit 2eeb9c9

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)