Skip to content

Commit 5eed495

Browse files
committed
[SPARK-53815] Remove branch-0.4 from daily publish_snapshot_* GitHub Action jobs
### What changes were proposed in this pull request? This PR aims to remove `branch-0.4` from daily `publish_snapshot_*` GitHub Action jobs. ### Why are the changes needed? Historically, this snapshot publish GitHub Action jobs are supposed to help the new releases, but we don't use it in these days like `branch-0.5` preparation and release. We had better remove the legacy branch value, `branch-0.4` from `publish_snapshot_*` jobs and start to focus on new development of `v0.6` on `main` branch from now. ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #367 from dongjoon-hyun/SPARK-53815. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 9f5d04e commit 5eed495

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
@@ -10,7 +10,7 @@ on:
1010
description: 'list of branches to publish (JSON)'
1111
required: true
1212
# keep in sync with default value of strategy matrix 'branch'
13-
default: '["main", "branch-0.4"]'
13+
default: '["main"]'
1414

1515
jobs:
1616
publish-snapshot-chart:

.github/workflows/publish_snapshot_dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
description: 'list of branches to publish (JSON)'
1111
required: true
1212
# keep in sync with default value of strategy matrix 'branch'
13-
default: '["main", "branch-0.4"]'
13+
default: '["main"]'
1414

1515
jobs:
1616
publish-snapshot-image:

0 commit comments

Comments
 (0)