File order should be maintained when opening in Fossify Gallery #1101
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Image Minimizer | |
| on: | |
| issue_comment: | |
| types: [created, edited] | |
| issues: | |
| types: [opened, edited] | |
| pull_request_target: | |
| types: [opened, edited] | |
| jobs: | |
| call-image-minimizer-workflow: | |
| uses: FossifyOrg/.github/.github/workflows/image-minimizer.yml@main | |
| secrets: inherit |