ci: enforce to run only on schedule

This commit is contained in:
Ben Grande 2024-05-29 19:39:26 +02:00
parent bb4dcbbe8f
commit c2db142f2d
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -7,17 +7,6 @@ name: Cron
# yamllint disable-line rule:truthy
on:
# yamllint disable-line rule:empty-values
push:
branches:
- main
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
schedule:
- cron: "0 0 1,15 * *"