Skip to content

Commit 63fbcf1

Browse files
committed
infra: add scheduled test runs to catch breakage
1 parent 1082371 commit 63fbcf1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
pull_request:
88
branches:
99
- main
10+
schedule:
11+
- cron: "15 7 */9 * *"
12+
workflow_dispatch:
1013

1114
jobs:
1215
test:

0 commit comments

Comments
 (0)