workflows: fix cron for runner recreation
parent
a5c73e6e8b
commit
f46db56de5
|
@ -4,7 +4,7 @@ on:
|
|||
workflow_dispatch:
|
||||
schedule:
|
||||
# Once each 24 hours, at 1 during the night
|
||||
- cron: "0 0 1 1/1 *"
|
||||
- cron: '0 1 * * *'
|
||||
|
||||
jobs:
|
||||
recreate:
|
Loading…
Reference in New Issue