fix cron syntax

This commit is contained in:
Dieter Schmidt
2021-05-29 13:18:18 +02:00
parent 379a5c10a1
commit 6c1cdd8e5f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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