fix(optimize-images): Do not exit fail (#60)

This commit is contained in:
Léa Gris
2026-01-24 10:24:32 +01:00
committed by GitHub
parent 18b969f4cc
commit 9d88467a59
-4
View File
@@ -87,7 +87,3 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_BRANCH: ${{ github.head_ref }} PR_BRANCH: ${{ github.head_ref }}
FIXED_BRANCH: ${{ github.head_ref }}-image-compression FIXED_BRANCH: ${{ github.head_ref }}-image-compression
- name: Fail if there was compressed files
if: ${{ steps.check_changes.outputs.needs_compression == 'true' }}
run: |
exit 1