Skip to content

Commit

Permalink
CI: Improve workflow labels (cosmetics)
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 15, 2024
1 parent 09a18ac commit 14c4e51
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ jobs:
- uses: pre-commit/[email protected]
with:
extra_args: --all-files --hook-stage=manual

lint:
name: cd ${{ matrix.working-directory }}
name: "Run linters"
needs: [ build ]
if: ${{ needs.build.outputs.dirs-to-lint != '[]' }}
strategy:
Expand All @@ -65,7 +66,7 @@ jobs:
secrets: inherit

test:
name: cd ${{ matrix.working-directory }}
name: "Run software tests"
needs: [ build ]
if: ${{ needs.build.outputs.dirs-to-test != '[]' }}
strategy:
Expand Down

0 comments on commit 14c4e51

Please sign in to comment.