Skip to content

Commit 5acf387

Browse files
Merge pull request #59318 from nextcloud/jtr/ci-perf-lint-php-cs-changes-bypass
ci: stop running `lint` in `lint-php-cs` unconditionally even if no changes
2 parents 810d8b4 + b400f1b commit 5acf387

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)