Skip to content

Commit f6aeb3f

Browse files
committed
Skip composer-install step if disabled
1 parent b1df5fb commit f6aeb3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
fetch-depth: 0
4040

4141
- name: Install PHP dependencies
42+
if: steps.check_enabled.outputs.enabled == 'true'
4243
uses: ./.github/actions/composer-install
4344
with:
4445
cache-version: ${{ secrets.CACHE_VERSION }}

0 commit comments

Comments
 (0)