mirror of
https://github.com/outline/outline.git
synced 2025-12-16 16:24:46 -06:00
chore: Prevent calibre image actions repeatedly compressing the same images (#10408)
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user