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