We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b372c9a commit 59f36d5Copy full SHA for 59f36d5
1 file changed
.github/workflows/ci.yml
@@ -6,6 +6,11 @@ on:
6
pull_request:
7
branches: [ '*' ]
8
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'
14
15
jobs:
16
checks:
0 commit comments