Skip to content

Commit

Permalink
Shorten GHA job names
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasff committed Oct 5, 2024
1 parent b822b64 commit 3c98b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build and test (OS matrix)
on: [push, pull_request, workflow_dispatch]

jobs:
validation-linux:
linux: # (this is the job name)
strategy:
fail-fast: false # don't cancel other jobs in the matrix if one fails
matrix:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
path: webdis.log


validation-macos:
macos: # (again, this is the job name)
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 3c98b03

Please sign in to comment.