Skip to content

Commit

Permalink
Add check label to github action job name (#290)
Browse files Browse the repository at this point in the history
Without this change the tree of jobs shows "health" with a series of 7
"run" jobs nested underneath.
Add the check name from the input to the job name.
  • Loading branch information
natebosch authored Aug 23, 2024
1 parent 8626bff commit dd8d12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/health_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ on:

jobs:
health:
name: run
name: run ${{ inputs.check }} health check
# These permissions are required for us to create comments on PRs.
permissions:
pull-requests: write
Expand Down

0 comments on commit dd8d12a

Please sign in to comment.