From 8788c111945ccadb1b3d366531981cf290f5df63 Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Sat, 30 Nov 2024 12:10:47 +0100 Subject: [PATCH] test --- .github/workflows/REUSABLE_backend.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/REUSABLE_backend.yml b/.github/workflows/REUSABLE_backend.yml index ef372c1066..0275be39bc 100644 --- a/.github/workflows/REUSABLE_backend.yml +++ b/.github/workflows/REUSABLE_backend.yml @@ -250,6 +250,7 @@ jobs: name: 'PHPStan PHP ${{ matrix.php }}' if: >- + false && inputs.enable_phpstan && ((github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) || github.event_name != 'pull_request')