mirror of https://github.com/openwrt/docker.git
CI: Change 21.02 builds from weekly to monthly
Signed-off-by: Jeffery To <jeffery.to@gmail.com>pull/120/head
parent
b0deb277e1
commit
da8723d08f
|
|
@ -17,7 +17,7 @@ on:
|
|||
- cron: "0 5 * * *" # daily snapshot
|
||||
- cron: "0 6 * * *" # daily 23.05-SNAPSHOT
|
||||
- cron: "0 7 * * 2" # weekly 22.03-SNAPSHOT
|
||||
- cron: "0 8 * * 0" # weekly 21.02-SNAPSHOT
|
||||
- cron: "0 8 16 * *" # monthly 21.02-SNAPSHOT
|
||||
|
||||
jobs:
|
||||
generate_matrix:
|
||||
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
echo "REF=openwrt-22.03" >> "$GITHUB_ENV"
|
||||
|
||||
- name: Set release to 21.02-SNAPSHOT
|
||||
if: github.event.schedule == '0 8 * * 0'
|
||||
if: github.event.schedule == '0 8 16 * *'
|
||||
run: |
|
||||
echo "VERSION=21.02-SNAPSHOT" >> "$GITHUB_ENV"
|
||||
echo "VERSION_PATH=releases/21.02-SNAPSHOT" >> "$GITHUB_ENV"
|
||||
|
|
|
|||
Loading…
Reference in New Issue