Skip to content

Commit

Permalink
reduce GH cron CI frequency to twice a month
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Sep 17, 2023
1 parent 756b8a8 commit 1001a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI

on:
# run every Sunday at 4:44 UTC
# run every month on day 14 and 28 at 4:44 UTC
schedule:
- cron: "44 4 * * 0"
- cron: "44 4 14,28 * *"
push:
branches:
- "main"
Expand Down

0 comments on commit 1001a09

Please sign in to comment.