Skip to content

Commit 0d56c39

Browse files
authored
disable the compress only option, as recommended by upstream
1 parent 15a3812 commit 0d56c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/optimize-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
githubToken: ${{ secrets.GITHUB_TOKEN }}
3636
# For non-Pull Requests, run in compressOnly mode and we'll PR after.
37-
compressOnly: ${{ github.event_name != 'pull_request' }}
37+
##compressOnly: ${{ github.event_name != 'pull_request' }}
3838
minPctChange: '10'
3939
- name: Create Pull Request
4040
# If it's not a Pull Request then commit any changes as a new PR.

0 commit comments

Comments
 (0)