Skip to content

Commit

Permalink
Rename workflow jobs (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Sep 28, 2022
1 parent 2eb8727 commit 09a212d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defaults:
shell: bash

jobs:
build:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.0
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ defaults:
shell: bash

jobs:
all:
name: All

ci:
strategy:
matrix:
os:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defaults:
shell: bash

jobs:
deploy:
deploy-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.0
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ defaults:
shell: bash

jobs:
all:
name: All

release:
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 09a212d

Please sign in to comment.