Skip to content

Commit

Permalink
Merge pull request #5535 from arash77/optimize-images-update
Browse files Browse the repository at this point in the history
Update GitHub Actions Workflow for Image Optimization
  • Loading branch information
bgruening authored Nov 14, 2024
2 parents 9c426c3 + 6c09716 commit c3373da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/optimize-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
build:
name: calibreapp/image-actions
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
# Only run on main repo on and PRs that match the main repo.
if: |
github.repository == 'galaxyproject/training-material' &&
Expand All @@ -37,7 +40,7 @@ jobs:
if: |
github.event_name != 'pull_request' &&
steps.calibre.outputs.markdown != ''
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v7
with:
title: Auto Compress Images
branch-suffix: timestamp
Expand Down

0 comments on commit c3373da

Please sign in to comment.