This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 001408c377f [SPARK-42185][INFRA] Add `branch-3.4` to
`publish_snapshot` GitHub Action job
001408c377f is described below
commit 001408c377f84b8e73c520960cef22adf5b549f1
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jan 25 20:50:29 2023 +0900
[SPARK-42185][INFRA] Add `branch-3.4` to `publish_snapshot` GitHub Action
job
### What changes were proposed in this pull request?
This PR aims to add `branch-3.4` to `publish_snapshot` GitHub Action job.
### Why are the changes needed?
Since GitHub Action Cron job is executed only at `master` branch, we need
to register newly added branch at `master` branch.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
N/A. Manual review.
Closes #39741 from dongjoon-hyun/SPARK-42185.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
.github/workflows/publish_snapshot.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/publish_snapshot.yml
b/.github/workflows/publish_snapshot.yml
index f0a8ad5ef6a..d98f05d5202 100644
--- a/.github/workflows/publish_snapshot.yml
+++ b/.github/workflows/publish_snapshot.yml
@@ -32,6 +32,7 @@ jobs:
matrix:
branch:
- master
+ - branch-3.4
- branch-3.3
- branch-3.2
steps:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]