From b400f1b93b463ed7a605396c3d8b5421534f6bb3 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 30 Mar 2026 12:31:49 -0400 Subject: [PATCH] ci: stop running lint in lint-php-cs unconditionally even if no changes Signed-off-by: Josh --- .github/workflows/lint-php-cs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint-php-cs.yml b/.github/workflows/lint-php-cs.yml index c5817919967b7..a3b8ed86b1152 100644 --- a/.github/workflows/lint-php-cs.yml +++ b/.github/workflows/lint-php-cs.yml @@ -44,6 +44,9 @@ jobs: lint: runs-on: ubuntu-latest + needs: changes + if: needs.changes.outputs.src != 'false' + name: php-cs steps: