CI: adjust cronjobs
This commit is contained in:
parent
550f4446e2
commit
1e3f1a980f
|
@ -6,7 +6,7 @@ on:
|
|||
pull_request:
|
||||
branches: [ "main" ]
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
- cron: "15 0 * * *"
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue