mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2026-09-01 03:47:30 +02:00
fix(optimize-images): Do not exit fail (#60)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user