Skip to content

Commit

Permalink
Better build job naming
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Feb 25, 2024
1 parent d9a038d commit 0e2e4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: vendor/bin/psalm

tests:
name: 'Tests - PHP ${{ matrix.php-version }}'
name: "Unit Tests - PHP ${{ matrix.php-version }}${{ matrix.dependency-versions && format(', Deps: {0}', matrix.dependency-versions) }}"
runs-on: ubuntu-latest
# We want to run on external PRs, but not on our own internal PRs as they'll be run by the push to the branch.
if: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) }}
Expand Down

0 comments on commit 0e2e4d9

Please sign in to comment.