Skip to content

Commit

Permalink
add weekly cron to CI, so it can run -next distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
masklinn committed Oct 23, 2023
1 parent b372c9a commit 59f36d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
pull_request:
branches: [ '*' ]
workflow_dispatch:
schedule:
# cron is kinda random, assumes 22:00 UTC is a low ebb, eastern
# countries are very early morning, and US are mid-day to
# mid-afternoon
- cron: '0 22 * * 2'

jobs:
checks:
Expand Down

0 comments on commit 59f36d5

Please sign in to comment.