App crashes when sleep timer is reset and then canceled #1128
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 |