Disable automated snapshot commits (#6002)

This commit is contained in:
Jace Browning
2025-03-25 18:27:30 -04:00
committed by GitHub
parent 41f45afb3c
commit c0cdcb1b98

View File

@ -257,7 +257,8 @@ jobs:
fi
- name: Commit changes, if any
if: ${{ needs.conditions.outputs.should-run == 'true' && steps.git-check.outputs.modified == 'true' }}
# TODO: find a more reliable way to detect visual changes
if: ${{ false && needs.conditions.outputs.should-run == 'true' && steps.git-check.outputs.modified == 'true' }}
shell: bash
run: |
git add e2e/playwright/snapshot-tests.spec.ts-snapshots e2e/playwright/snapshots