Set schedule for nightly build on release
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
name: Nightly builds on latest release
|
||||
|
||||
on: workflow_dispatch
|
||||
on:
|
||||
schedule:
|
||||
- cron: '14 2 * * *'
|
||||
jobs:
|
||||
matrix_prep:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user