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 f5401bab23c0 [MINOR][INFRA] Rename builds to have consistent names
f5401bab23c0 is described below

commit f5401bab23c073410e2b2760baf6007109708d4c
Author: Hyukjin Kwon <gurwls...@apache.org>
AuthorDate: Wed May 8 17:15:32 2024 +0900

    [MINOR][INFRA] Rename builds to have consistent names
    
    ### What changes were proposed in this pull request?
    
    Minor renaming to match with other names.
    
    ### Why are the changes needed?
    
    For consistency.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    N/A
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #46467 from HyukjinKwon/minor-rename.
    
    Authored-by: Hyukjin Kwon <gurwls...@apache.org>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 .github/workflows/build_non_ansi.yml                 | 2 +-
 .github/workflows/cancel_duplicate_workflow_runs.yml | 2 +-
 .github/workflows/publish_snapshot.yml               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build_non_ansi.yml 
b/.github/workflows/build_non_ansi.yml
index 30ead890728c..4ac2a589f4f8 100644
--- a/.github/workflows/build_non_ansi.yml
+++ b/.github/workflows/build_non_ansi.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / NON-ANSI (master, Hadoop 3, JDK 17, Scala 2.13)"
+name: "Build / Non-ANSI (master, Hadoop 3, JDK 17, Scala 2.13)"
 
 on:
   schedule:
diff --git a/.github/workflows/cancel_duplicate_workflow_runs.yml 
b/.github/workflows/cancel_duplicate_workflow_runs.yml
index d41ca31190d9..697a3fb277d3 100644
--- a/.github/workflows/cancel_duplicate_workflow_runs.yml
+++ b/.github/workflows/cancel_duplicate_workflow_runs.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: Cancelling Duplicates
+name: Cancelling duplicates
 on:
   workflow_run:
     workflows: 
diff --git a/.github/workflows/publish_snapshot.yml 
b/.github/workflows/publish_snapshot.yml
index 006ccf239e6f..1b5bd0ba6128 100644
--- a/.github/workflows/publish_snapshot.yml
+++ b/.github/workflows/publish_snapshot.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: Publish Snapshot
+name: Publish snapshot
 
 on:
   schedule:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to