Skip to content

Commit

Permalink
Fix job descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
TSampley committed Feb 11, 2024
1 parent f65b05f commit 1130eef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
- "*/README.md"

jobs:
setup:
name: "Setup Environment"
build:
name: "Generate Latest Documentation"
runs-on: [ubuntu-22.04]
if: github.event.pull_request.draft == false # ignore draft pull requests
# env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/feature-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
build:
name: "Setup Environment"
name: "Setup and Build Project (Feature)"
runs-on: [ubuntu-22.04]
if: github.event.pull_request.draft == false # ignore draft pull requests
# env:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/main-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ on:
- "*/README.md"

jobs:
setup:
name: "Setup Environment"
build:
name: "Setup and Build Project"
runs-on: [ubuntu-22.04]
if: github.event.pull_request.draft == false # ignore draft pull requests
# env:
#
# outputs:
Expand Down

0 comments on commit 1130eef

Please sign in to comment.