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: pull_request:
branches: [ "main" ] branches: [ "main" ]
schedule: schedule:
- cron: "0 0 * * *" - cron: "15 0 * * *"
jobs: jobs:
analyze: analyze:

View File

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