Skip to content

Commit

Permalink
Update workflow names to make them more identifiable
Browse files Browse the repository at this point in the history
  • Loading branch information
leerho committed Dec 19, 2024
1 parent c0fcb55 commit 55f1d56
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-check_cpp_files.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Serialization Compatibility Test
name: C++ Serialization Compatibility Test

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-jdk-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: DataSketches-Java Auto JDK Matrix Test & Install
name: Auto JDK Matrix Test, Install

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-os-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: DataSketches-Java Auto OS Matrix Test & Install
name: Auto OS Matrix Test, Install

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CodeQL"
name: "CodeQL Analysis"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-javadoc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: JavaDoc
name: Publish JavaDoc

on:
workflow_dispatch:
Expand Down

0 comments on commit 55f1d56

Please sign in to comment.