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')