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 22837cecdc7 [SPARK-39522][INFRA][FOLLOWUP] Rename infra cache image
job to `Build / Cache base image`
22837cecdc7 is described below
commit 22837cecdc72e3673d2d83b1d8ce6bb679e646a5
Author: Yikun Jiang <[email protected]>
AuthorDate: Fri Jul 8 17:34:18 2022 +0900
[SPARK-39522][INFRA][FOLLOWUP] Rename infra cache image job to `Build /
Cache base image`
### What changes were proposed in this pull request?
Rename infra cache image job to `Build / Cache base image`
https://github.com/apache/spark/pull/37003#discussion_r916576433
### Why are the changes needed?
Rename infra cache image job to `Build / Cache base image`
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
CI passed
Closes #37130 from Yikun/SPARK-39522-RENAME.
Authored-by: Yikun Jiang <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
.github/workflows/build_infra_images_cache.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_infra_images_cache.yml
b/.github/workflows/build_infra_images_cache.yml
index 145769d1506..837ac9bfc9a 100644
--- a/.github/workflows/build_infra_images_cache.yml
+++ b/.github/workflows/build_infra_images_cache.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: Build (Infra Image Cache)
+name: Build / Cache base image
on:
push:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]