re-schedule all Github workflows

This commit is contained in:
2022-04-16 12:16:28 +02:00
committed by Andreas Billmeier
parent f6746a0ee8
commit b04ad0a48f
3 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ name: emerge ha-med
on:
workflow_dispatch:
schedule:
- cron: '15 10 * * *' # Daily
- cron: '15 9 * * *' # Daily
jobs:
emerge-ha-med:

View File

@@ -3,7 +3,7 @@ name: emerge ha-min
on:
workflow_dispatch:
schedule:
- cron: '17 10 * * *' # Daily
- cron: '15 8 * * *' # Daily
jobs:
emerge-ha-min:

View File

@@ -3,7 +3,7 @@ name: repoman
on:
workflow_dispatch:
schedule:
- cron: '15 17 * * *' # Daily
- cron: '15 15 * * *' # Daily
jobs:
repoman: