From 34a91d1e44b3d5d2f58f04f1cb01ac3a219a1795 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+studip@gmail.com> Date: Thu, 14 Nov 2024 22:08:50 +0100 Subject: [PATCH] phpstan only needs to react to relevant changes --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e70bf6d80df..237e1059b4b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -236,7 +236,7 @@ phpstan: stage: analyse needs: [build-composer] rules: - changes: + - changes: - "app/controllers/**/*.php" - "lib/**/*.php" - "tests/**/*.php" -- GitLab