We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 810d8b4 + b400f1b commit 5acf387Copy full SHA for 5acf387
1 file changed
.github/workflows/lint-php-cs.yml
@@ -44,6 +44,9 @@ jobs:
44
lint:
45
runs-on: ubuntu-latest
46
47
+ needs: changes
48
+ if: needs.changes.outputs.src != 'false'
49
+
50
name: php-cs
51
52
steps:
0 commit comments