Skip to content

Commit a4bbe77

Browse files
committed
Fixes GH workflow build name for Ubuntu
Signed-off-by: Alexander Pinčuk <[email protected]>
1 parent bfb9239 commit a4bbe77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
build:
88
runs-on: ubuntu-24.04
9-
name: Build on Ubuntu
9+
name: Build GlassFish on Ubuntu
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Set up JDK

0 commit comments

Comments
 (0)