From b3b4ed1dc01571ca5c85ab8e07a71040181b4dab Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 18 Oct 2025 05:25:15 +0200 Subject: [PATCH] chore: Prevent calibre image actions repeatedly compressing the same images (#10408) --- .github/workflows/calibreapp-image-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml index 8cbf8259be..ab3d7c6689 100644 --- a/.github/workflows/calibreapp-image-actions.yml +++ b/.github/workflows/calibreapp-image-actions.yml @@ -48,6 +48,7 @@ jobs: githubToken: ${{ secrets.GITHUB_TOKEN }} # For non-Pull Requests, run in compressOnly mode and we'll PR after. compressOnly: ${{ github.event_name != 'pull_request' }} + minPctChange: "10" - name: Create Pull Request # If it's not a Pull Request then commit any changes as a new PR. if: |