mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2026-03-01 00:39:54 +01:00
fix(optimize-images): Do not exit fail (#60)
This commit is contained in:
parent
18b969f4cc
commit
9d88467a59
4
.github/workflows/optimize-images.yml
vendored
4
.github/workflows/optimize-images.yml
vendored
@ -87,7 +87,3 @@ jobs:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
PR_BRANCH: ${{ github.head_ref }}
|
||||
FIXED_BRANCH: ${{ github.head_ref }}-image-compression
|
||||
- name: Fail if there was compressed files
|
||||
if: ${{ steps.check_changes.outputs.needs_compression == 'true' }}
|
||||
run: |
|
||||
exit 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user