ci: run crons a bit less

This commit is contained in:
2023-09-09 22:41:51 +02:00
parent c1f23b0d15
commit 4e659bfe70

View File

@ -8,7 +8,7 @@ on:
types: run-build-lists types: run-build-lists
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: "30 */8 * * *" - cron: "30 0 */5 * *"
jobs: jobs:
build-scanners-list: build-scanners-list: