Skip to content

Commit dd8d12a

Browse files
authored
Add check label to github action job name (#290)
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.
1 parent 8626bff commit dd8d12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/health_base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ on:
7777

7878
jobs:
7979
health:
80-
name: run
80+
name: run ${{ inputs.check }} health check
8181
# These permissions are required for us to create comments on PRs.
8282
permissions:
8383
pull-requests: write

0 commit comments

Comments
 (0)