Skip to content

Commit

Permalink
Add some clarifying names to jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Jan 4, 2024
1 parent d6fb6e4 commit 3bbb413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ env:

jobs:
deploy:
name: Deploy production site to Firebase hosting
permissions:
checks: write
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
DART_CHANNEL: ${{ matrix.sdk }}

linkcheck:
name: Build site and check links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
Expand Down

0 comments on commit 3bbb413

Please sign in to comment.