Skip to content

Commit b400f1b

Browse files
ci: stop running lint in lint-php-cs unconditionally even if no changes
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent 7851350 commit b400f1b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/lint-php-cs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
lint:
4545
runs-on: ubuntu-latest
4646

47+
needs: changes
48+
if: needs.changes.outputs.src != 'false'
49+
4750
name: php-cs
4851

4952
steps:

0 commit comments

Comments
 (0)