Skip to content
Snippets Groups Projects
Commit 96cf48b2 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

phpstan only needs to react to relevant changes

parent c4e49440
No related branches found
No related tags found
No related merge requests found
Pipeline #29107 failed
......@@ -237,10 +237,9 @@ phpstan:
needs: [build-composer]
rules:
changes:
- app/controllers/**/*.php
- lib/**/*.php
- tests/**/*.php
- "app/controllers/**/*.php"
- "lib/**/*.php"
- "tests/**/*.php"
variables:
CACHE_LOCATION: $CACHE_DIR/phpstan
PHPSTAN_CODE_QUALITY_REPORT: $REPORT_DIR/phpstan-codequality.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment