We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1df5fb commit f6aeb3fCopy full SHA for f6aeb3f
1 file changed
.github/workflows/auto-format.yml
@@ -39,6 +39,7 @@ jobs:
39
fetch-depth: 0
40
41
- name: Install PHP dependencies
42
+ if: steps.check_enabled.outputs.enabled == 'true'
43
uses: ./.github/actions/composer-install
44
with:
45
cache-version: ${{ secrets.CACHE_VERSION }}
0 commit comments