mirror of
https://github.com/dimalo/klipper-web-control-docker.git
synced 2026-05-07 03:37:42 +02:00
fix cron syntax
This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: "42 13 * * 2,5,7"
|
||||
- cron: "42 13 * * 0,2,5"
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
||||
2
.github/workflows/mainsail_multiarch.yml
vendored
2
.github/workflows/mainsail_multiarch.yml
vendored
@@ -5,7 +5,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: "42 13 * * 2,5,7"
|
||||
- cron: "42 13 * * 0,2,5"
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
||||
Reference in New Issue
Block a user