We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a3812 commit 0d56c39Copy full SHA for 0d56c39
.github/workflows/optimize-images.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
githubToken: ${{ secrets.GITHUB_TOKEN }}
36
# For non-Pull Requests, run in compressOnly mode and we'll PR after.
37
- compressOnly: ${{ github.event_name != 'pull_request' }}
+ ##compressOnly: ${{ github.event_name != 'pull_request' }}
38
minPctChange: '10'
39
- name: Create Pull Request
40
# If it's not a Pull Request then commit any changes as a new PR.
0 commit comments