Skip to content

Commit

Permalink
Merge branch 'main' into delete-duplicate-mrwhoseboss-alone-but-awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
DenverCoder1 authored Mar 27, 2023
2 parents b7b1127 + b2d058f commit 49e5027
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tinify-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:

- name: Tinify Images
run: |
if [ -z "${{ steps.changed.outputs.added_modified }}" ]; then
echo "No files changed, skipping"
exit 0
fi
python .github/scripts/tinify_images.py \
-d images \
-ff ${{ steps.changed.outputs.added_modified }} \
Expand Down

0 comments on commit 49e5027

Please sign in to comment.