From 9d88467a5990ea2ba14d3e81f904dc8954ae1c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Gris?= Date: Sat, 24 Jan 2026 10:24:32 +0100 Subject: [PATCH] fix(optimize-images): Do not exit fail (#60) --- .github/workflows/optimize-images.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/optimize-images.yml b/.github/workflows/optimize-images.yml index f0000e2..cf3e533 100644 --- a/.github/workflows/optimize-images.yml +++ b/.github/workflows/optimize-images.yml @@ -87,7 +87,3 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} PR_BRANCH: ${{ github.head_ref }} 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