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 24bf76a088b [SPARK-44491][INFRA] Add `branch-3.5` to
`publish_snapshot` GitHub Action job
24bf76a088b is described below
commit 24bf76a088becfb76f35bd6db893b7929e70c35b
Author: panbingkun <[email protected]>
AuthorDate: Thu Jul 20 15:34:54 2023 +0900
[SPARK-44491][INFRA] Add `branch-3.5` to `publish_snapshot` GitHub Action
job
### What changes were proposed in this pull request?
This PR aims to add `branch-3.5` 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 check.
Closes #42088 from panbingkun/SPARK-44491.
Authored-by: panbingkun <[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 55c5ded9d28..9bdb52e4e92 100644
--- a/.github/workflows/publish_snapshot.yml
+++ b/.github/workflows/publish_snapshot.yml
@@ -32,6 +32,7 @@ jobs:
matrix:
branch:
- master
+ - branch-3.5
- branch-3.4
- branch-3.3
steps:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]