mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2026-09-01 11:57:32 +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 }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
PR_BRANCH: ${{ github.head_ref }}
|
PR_BRANCH: ${{ github.head_ref }}
|
||||||
FIXED_BRANCH: ${{ github.head_ref }}-image-compression
|
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