mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
ci: enforce to run only on schedule
This commit is contained in:
parent
bb4dcbbe8f
commit
c2db142f2d
11
.github/workflows/cron.yaml
vendored
11
.github/workflows/cron.yaml
vendored
@ -7,17 +7,6 @@ name: Cron
|
|||||||
|
|
||||||
# yamllint disable-line rule:truthy
|
# yamllint disable-line rule:truthy
|
||||||
on:
|
on:
|
||||||
# yamllint disable-line rule:empty-values
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
types:
|
|
||||||
- opened
|
|
||||||
- reopened
|
|
||||||
- synchronize
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 1,15 * *"
|
- cron: "0 0 1,15 * *"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user