refactor(ci): Uniformize job names

This commit is contained in:
TwiN 2022-06-18 12:50:31 -04:00
parent 7215aa4bd6
commit 5be1465b13
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ on:
- '*.md'
jobs:
build:
name: Build
name: build
runs-on: ubuntu-latest
timeout-minutes: 5
steps:

View File

@ -6,7 +6,7 @@ on:
types: [completed]
jobs:
publish-latest:
name: Publish latest
name: publish-latest
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
timeout-minutes: 45

View File

@ -4,7 +4,7 @@ on:
types: [published]
jobs:
publish-release:
name: Publish release
name: publish-release
runs-on: ubuntu-latest
timeout-minutes: 45
steps: