CI: adjust cronjobs

This commit is contained in:
Philip H. 2023-11-13 22:26:24 +00:00
parent 550f4446e2
commit 1e3f1a980f
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
pull_request:
branches: [ "main" ]
schedule:
- cron: "0 0 * * *"
- cron: "15 0 * * *"
jobs:
analyze:

View File

@ -3,7 +3,7 @@ name: Build & Publish Docker Image to Docker Hub (Development)
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
- cron: "30 0 * * *"
jobs:
deploy: