ci: run crons a bit less
This commit is contained in:
2
.github/workflows/build-lists.yml
vendored
2
.github/workflows/build-lists.yml
vendored
@ -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:
|
||||||
|
Reference in New Issue
Block a user