Skip to content

Commit

Permalink
ci: enforce to run only on schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed May 29, 2024
1 parent bb4dcbb commit c2db142
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * *"

Expand Down

0 comments on commit c2db142

Please sign in to comment.