Skip to content

Commit 3723cf0

Browse files
Add nightly CI run and optional manual workflow dispatch (#271)
1 parent 95e93c3 commit 3723cf0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/run_tests.yml renamed to .github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
branches:
88
- main
99

10+
schedule:
11+
- cron: "0 2 * * *" # 2 AM UTC nightly
12+
13+
workflow_dispatch:
14+
1015
env:
1116
POETRY_VERSION: "1.8.3"
1217

0 commit comments

Comments
 (0)