mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
.github: run weekly once to check for usual packages
We do not need to run once in a day to check for updates from ordinary packages. Most releases happen once in more than a week. So schedule the Github actions only once in a week for most packages. Go on Mon, Rust on Tue, Docker on Wed, Runc on Thu. Note, we still need to check for Kernel once in a day, as Kernel releases happen quite often.
This commit is contained in:
parent
f6d9de2f68
commit
eba279d24f
@ -1,7 +1,7 @@
|
||||
name: Get the latest Docker release for Alpha
|
||||
on:
|
||||
schedule:
|
||||
- cron: '35 7 * * *'
|
||||
- cron: '35 7 * * 3'
|
||||
|
||||
jobs:
|
||||
get-docker-release:
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: Get the latest Docker release for Edge
|
||||
on:
|
||||
schedule:
|
||||
- cron: '40 7 * * *'
|
||||
- cron: '40 7 * * 3'
|
||||
|
||||
jobs:
|
||||
get-docker-release:
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: Get the latest Go release for Alpha
|
||||
on:
|
||||
schedule:
|
||||
- cron: '15 7 * * *'
|
||||
- cron: '15 7 * * 1'
|
||||
|
||||
jobs:
|
||||
get-go-release:
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: Get the latest Go release for Edge
|
||||
on:
|
||||
schedule:
|
||||
- cron: '20 7 * * *'
|
||||
- cron: '20 7 * * 1'
|
||||
|
||||
jobs:
|
||||
get-go-release:
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: Get the latest Runc release for Alpha
|
||||
on:
|
||||
schedule:
|
||||
- cron: '50 7 * * *'
|
||||
- cron: '50 7 * * 4'
|
||||
|
||||
jobs:
|
||||
get-runc-release:
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: Get the latest Runc release for Edge
|
||||
on:
|
||||
schedule:
|
||||
- cron: '55 7 * * *'
|
||||
- cron: '55 7 * * 4'
|
||||
|
||||
jobs:
|
||||
get-runc-release:
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: Get the latest Rust release for Alpha
|
||||
on:
|
||||
schedule:
|
||||
- cron: '20 7 * * *'
|
||||
- cron: '20 7 * * 2'
|
||||
|
||||
jobs:
|
||||
get-rust-release:
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: Get the latest Rust release for Edge
|
||||
on:
|
||||
schedule:
|
||||
- cron: '25 7 * * *'
|
||||
- cron: '25 7 * * 2'
|
||||
|
||||
jobs:
|
||||
get-rust-release:
|
||||
|
Loading…
x
Reference in New Issue
Block a user