Skip to content

Commit aeab737

Browse files
author
Raghuveer Devulapalli
authored
Merge pull request #27 from r-devulap/nightly
Schedule NumPy job nightly
2 parents c730556 + 1bc90be commit aeab737

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-numpy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
8+
schedule:
9+
- cron: '0 5 * * *'
810

911
jobs:
1012
NumPyMultiarrayTests:

0 commit comments

Comments
 (0)