Skip to content

Commit 55f1d56

Browse files
committed
Update workflow names to make them more identifiable
1 parent c0fcb55 commit 55f1d56

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/auto-check_cpp_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Serialization Compatibility Test
1+
name: C++ Serialization Compatibility Test
22

33
on:
44
pull_request:

.github/workflows/auto-jdk-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: DataSketches-Java Auto JDK Matrix Test & Install
1+
name: Auto JDK Matrix Test, Install
22

33
on:
44
pull_request:

.github/workflows/auto-os-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: DataSketches-Java Auto OS Matrix Test & Install
1+
name: Auto OS Matrix Test, Install
22

33
on:
44
pull_request:

.github/workflows/manual-codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "CodeQL"
1+
name: "CodeQL Analysis"
22

33
on:
44
workflow_dispatch:

.github/workflows/manual-javadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: JavaDoc
1+
name: Publish JavaDoc
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)