Skip to content

Commit

Permalink
FIX gha job names
Browse files Browse the repository at this point in the history
  • Loading branch information
mflknr committed Mar 12, 2024
1 parent 7c75456 commit 93067cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

jobs:
build:
lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '30 5 * * *'

jobs:
build:
nightly:
name: Build with Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 93067cc

Please sign in to comment.