Skip to content

Commit dcc4057

Browse files
committed
[SPARK-35994][INFRA] Publish snapshot from branch-3.2
### What changes were proposed in this pull request? This PR aims to publish snapshot artifacts from branch-3.2 additionally. ### Why are the changes needed? `GitHub Action`'s cronjob feature is only supported in the default branch. So, to have a daily job, we should add here. Currently, it's publishing master and 3.1. - https://github.com/apache/spark/actions/workflows/publish_snapshot.yml <img width="273" alt="Screen Shot 2021-07-02 at 10 22 41 AM" src="https://user-images.githubusercontent.com/9700541/124309380-7c407400-db1f-11eb-9aa4-30db61a72b80.png"> ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? N/A Closes #33192 from dongjoon-hyun/SPARK-35994. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent c55b9fd commit dcc4057

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_snapshot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
matrix:
1414
branch:
1515
- master
16+
- branch-3.2
1617
- branch-3.1
1718
steps:
1819
- name: Checkout Spark repository

0 commit comments

Comments
 (0)