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

View File

@ -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