re-schedule all Github workflows

This commit is contained in:
Andreas Billmeier 2022-04-16 12:16:28 +02:00 committed by Andreas Billmeier
parent f6746a0ee8
commit b04ad0a48f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
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:
@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: emerge-sync
run: |
sudo -u portage git -C /var/db/repos/gentoo pull

View File

@ -3,7 +3,7 @@ name: repoman
on:
workflow_dispatch:
schedule:
- cron: '15 17 * * *' # Daily
- cron: '15 15 * * *' # Daily
jobs:
repoman:
@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: emerge-sync
run: |
sudo -u portage git -C /var/db/repos/gentoo pull