Skip to content

Commit

Permalink
Update job names for clarity
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Handalian <[email protected]>
  • Loading branch information
mch2 committed Sep 10, 2024
1 parent 63a8ff4 commit 9a96d5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
java:
- 21
# Job name
name: Build Asynchronous Search
name: Linux - Build Asynchronous Search
# This job runs on Linux.
outputs:
build-test-linux: ${{ steps.step-build-test-linux.outputs.build-test-linux }}
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:

windows-build:
# Job name
name: Build Asynchronous Search
name: Windows - Build Asynchronous Search
# This job runs on Windows.
runs-on: windows-latest
steps:
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:

mac-os-build:
# Job name
name: Build Asynchronous Search
name: MacOS - Build Asynchronous Search
# This job runs on Mac OS.
runs-on: macos-latest
steps:
Expand Down

0 comments on commit 9a96d5d

Please sign in to comment.