Github Actions: enable trigger on nightly workflow
This commit is contained in:
@@ -3,6 +3,7 @@ name: Nightly builds
|
||||
on:
|
||||
schedule:
|
||||
- cron: '14 1 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
matrix_prep:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
Reference in New Issue
Block a user