workflows/bot: touch cron schedule
The last user to touch the schedule will be notified about errors in the scheduled run. I used to be that, but somehow when renaming the workflow this didn't happen anymore, so I didn't noticed the workflow failing for quite some time.
This commit is contained in:
2
.github/workflows/bot.yml
vendored
2
.github/workflows/bot.yml
vendored
@@ -7,7 +7,7 @@ name: Bot
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '07,17,27,37,47,57 * * * *'
|
- cron: '05,15,25,35,45,55 * * * *'
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
headBranch:
|
headBranch:
|
||||||
|
|||||||
Reference in New Issue
Block a user