Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 4daf067

Browse files
committed
Run CI daily
1 parent 040dace commit 4daf067

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
pull_request:
99
branches: [ main, unsquashed-private ]
1010

11+
# Run the pipeline daily so that we get continuous dogfooding.
12+
schedule:
13+
# Run at 6pm UTC/10am Pacific
14+
- cron: 0 18 * * *
15+
1116
# Allows you to run this workflow manually from the Actions tab
1217
workflow_dispatch: { }
1318

0 commit comments

Comments
 (0)