We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734d5f2 commit 137f84aCopy full SHA for 137f84a
1 file changed
.github/workflows/phpstan.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
path: |
39
test/phpstan-baseline.neon
40
- key: phpstan-baseline-${{ hashFiles('test/phpstan-baseline.neon') }}
+ key: phpstan-baseline-${{ github.run_id }}"
41
restore-keys: |
42
phpstan-baseline-
43
@@ -64,8 +64,9 @@ jobs:
64
65
- name: Save the baseline for PHPStan
66
id: cache-baseline-save
67
+ if: matrix.level == matrix.max-level && github.event.pull_request.merged == true
68
uses: actions/cache/save@v4
69
70
71
72
0 commit comments