Skip to content

Commit 59f36d5

Browse files
committed
add weekly cron to CI, so it can run -next distributions
1 parent b372c9a commit 59f36d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
pull_request:
77
branches: [ '*' ]
88
workflow_dispatch:
9+
schedule:
10+
# cron is kinda random, assumes 22:00 UTC is a low ebb, eastern
11+
# countries are very early morning, and US are mid-day to
12+
# mid-afternoon
13+
- cron: '0 22 * * 2'
914

1015
jobs:
1116
checks:

0 commit comments

Comments
 (0)