Skip to content

Commit dae36ec

Browse files
Add a scheduled job to produce nightly builds (#2598)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 1698d17 commit dae36ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
expectedVersion:
1111
description: 'Expected version string'
1212
required: true
13+
schedule:
14+
# Nightly builds after weekdays
15+
- cron: 0 2 * * 2-6
1316

1417
jobs:
1518
build_wheels:

0 commit comments

Comments
 (0)