1
0
mirror of https://github.com/minoplhy/filters.git synced 2025-04-06 03:18:00 +00:00
This commit is contained in:
Minoplhy 2021-10-07 15:16:58 +07:00 committed by GitHub
parent 61de51661a
commit 313fff2b64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,7 +31,7 @@ jobs:
restart_when_failed:
name: Re-Run the scheduled run when it failed
runs-on: ubuntu-latest
if: github.event_name == 'schedule' && failure()
if: failure()
needs: [build]
steps:
- name: Re-Run the workflow