Skip to content

Commit

Permalink
style: caller job names
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Feb 1, 2024
1 parent cfdc75c commit 0117035
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ concurrency:
cancel-in-progress: true

jobs:
Linux:
linux:
name: Linux (latest)
uses: ./.github/workflows/ci.yml
with:
runner: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ concurrency:

jobs:
macOS:
name: macOS (latest)
uses: ./.github/workflows/ci.yml
with:
runner: macos-latest
1 change: 1 addition & 0 deletions .github/workflows/minver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ concurrency:

jobs:
Linux:
name: Linux (minver)
uses: ./.github/workflows/ci.yml
with:
runner: ubuntu-latest
Expand Down

0 comments on commit 0117035

Please sign in to comment.