Skip to content

Commit

Permalink
php-qa.yml // run all steps in parallel.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrico committed Sep 19, 2023
1 parent a1cf8a5 commit 38fb879
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/php-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ jobs:
PHP_MATRIX: >-
["8.0", "8.1", "8.2"]
coding-standards-analysis-php:
needs: lint-php
uses: inpsyde/reusable-workflows/.github/workflows/coding-standards-php.yml@main
tests-unit-php:
needs: [ coding-standards-analysis-php ]
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
Expand Down

0 comments on commit 38fb879

Please sign in to comment.