Skip to content

Commit b6f89b1

Browse files
committed
Create nightly-jobs.yaml
1 parent ae3c918 commit b6f89b1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Nightly Jobs
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
python-test:
10+
uses: ./.github/workflows/python-tests.yaml

0 commit comments

Comments
 (0)