Skip to content

Commit 7cf0b27

Browse files
authored
Limit image compression to >10% changes to reduce noise (#4314)
1 parent 2030823 commit 7cf0b27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compress-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
compressOnly: ${{ github.event_name != 'pull_request' }}
5555
jpegProgressive: true
56+
minPctChange: '10.0'
5657
- name: Create Pull Request
5758
# If it's not a pull request then commit any changes as a new PR
5859
if: |

0 commit comments

Comments
 (0)