Skip to content

Commit c032bbd

Browse files
committed
Add nightly CI
1 parent 6491093 commit c032bbd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: nightly
2+
on:
3+
schedule:
4+
- cron: "0 0 * * *"
5+
workflow_dispatch:
6+
7+
jobs:
8+
nightly:
9+
uses: ./.github/workflows/documentation.yml

0 commit comments

Comments
 (0)