Skip to content

Commit

Permalink
fix workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Oct 16, 2023
1 parent b39c8e3 commit b202275
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch_2x-jdk11-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

name: main jdk11 build
name: branch_2x jdk11 build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/branch_2x-jdk17-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

name: main jdk17 build
name: branch_2x jdk17 build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/branch_2x-jdk8-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

name: main pr build
name: branch_2x jdk8 build

on:
push:
Expand Down

0 comments on commit b202275

Please sign in to comment.