github: Tweak pipeline scheduling

This commit is contained in:
Johan Gunnarsson 2023-07-23 19:36:13 +02:00
parent b0bad92e2f
commit f8b95c44eb
4 changed files with 8 additions and 6 deletions

View File

@ -7,6 +7,7 @@ on:
branches:
- "master"
schedule:
# Every Sunday morning
- cron: "00 03 * * 0"
jobs:

View File

@ -2,11 +2,11 @@ name: Rebuild debian-*.csv
on:
schedule:
# Every Saturday afternoon
- cron: "0 15 * * 6"
# Every Sunday evening
- cron: "00 21 * * 0"
jobs:
update-versions:
rebuild-debian-csv:
runs-on: ubuntu-latest
permissions:
contents: write

View File

@ -3,10 +3,10 @@ name: Delete packages
on:
schedule:
# Every Monday morning
- cron: "0 3 * * 1"
- cron: "00 03 * * 1"
jobs:
update-versions:
delete-packages:
runs-on: ubuntu-latest
permissions:
packages: write

View File

@ -2,7 +2,8 @@ name: sd-card-images prebuilt
on:
schedule:
- cron: "00 12 * * 5"
# Every Monday evening
- cron: "00 21 * * 1"
jobs:
test-prebuilt: