Skip to content

Commit 4816306

Browse files
committed
[SPARK-53815] Remove branch-0.4 from daily publish_snapshot_* GitHub Action jobs
1 parent 9f5d04e commit 4816306

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)