Skip to content

Commit

Permalink
[Maintenance] Improve CI jobs names
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz committed May 1, 2024
1 parent 6a818ff commit 88b159b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 @@ -15,7 +15,7 @@ jobs:
matrix:
php: [ "8.1", "8.2", "8.3" ]
symfony: [ "^5.4", "^6.4" ]
name: "Continuous Integration (PHP ${{ matrix.php }} / Symfony ${{ matrix.symfony }})"
name: "PHP ${{ matrix.php }} / Symfony ${{ matrix.symfony }}"
env:
APP_ENV: test
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/split_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ on:

jobs:
ci:
name: "Continuous Integration"
uses: ./.github/workflows/ci.yaml
split_monorepo:
name: "Split packages"
needs: ci
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 88b159b

Please sign in to comment.