update build frequency in github actions to 3 times / week

This commit is contained in:
Dieter Schmidt
2021-05-29 13:15:23 +02:00
parent d82ab4138e
commit 9af6a78772
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: "42 12 * * SUN"
- cron: "42 13 * * 2,5,7"
jobs:
docker:

View File

@@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: "24 12 * * SUN"
- cron: "42 13 * * 2,5,7"
jobs:
docker: