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
|
name: Get the latest Docker release for Alpha
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '35 7 * * *'
|
- cron: '35 7 * * 3'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
get-docker-release:
|
get-docker-release:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: Get the latest Docker release for Edge
|
name: Get the latest Docker release for Edge
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '40 7 * * *'
|
- cron: '40 7 * * 3'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
get-docker-release:
|
get-docker-release:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: Get the latest Go release for Alpha
|
name: Get the latest Go release for Alpha
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '15 7 * * *'
|
- cron: '15 7 * * 1'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
get-go-release:
|
get-go-release:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: Get the latest Go release for Edge
|
name: Get the latest Go release for Edge
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '20 7 * * *'
|
- cron: '20 7 * * 1'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
get-go-release:
|
get-go-release:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: Get the latest Runc release for Alpha
|
name: Get the latest Runc release for Alpha
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '50 7 * * *'
|
- cron: '50 7 * * 4'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
get-runc-release:
|
get-runc-release:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: Get the latest Runc release for Edge
|
name: Get the latest Runc release for Edge
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '55 7 * * *'
|
- cron: '55 7 * * 4'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
get-runc-release:
|
get-runc-release:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: Get the latest Rust release for Alpha
|
name: Get the latest Rust release for Alpha
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '20 7 * * *'
|
- cron: '20 7 * * 2'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
get-rust-release:
|
get-rust-release:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: Get the latest Rust release for Edge
|
name: Get the latest Rust release for Edge
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '25 7 * * *'
|
- cron: '25 7 * * 2'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
get-rust-release:
|
get-rust-release:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user