Skip to content

Commit

Permalink
[MINOR][INFRA] Rename builds to have consistent names
Browse files Browse the repository at this point in the history
### 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 <gurwls223@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
  • Loading branch information
HyukjinKwon committed May 8, 2024
1 parent f693abc commit f5401ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_non_ansi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cancel_duplicate_workflow_runs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#

name: Cancelling Duplicates
name: Cancelling duplicates
on:
workflow_run:
workflows:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#

name: Publish Snapshot
name: Publish snapshot

on:
schedule:
Expand Down

0 comments on commit f5401ba

Please sign in to comment.