Remove pull_request trigger and add the cron schedule
This commit is contained in:
parent
35dbab7b58
commit
81afa5bc35
1 changed files with 2 additions and 4 deletions
6
.github/workflows/nightly-builds.yml
vendored
6
.github/workflows/nightly-builds.yml
vendored
|
|
@ -1,10 +1,8 @@
|
|||
name: Nightly Builds
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
# FIXME uncomment and remove pull_request above before merging
|
||||
# schedule:
|
||||
# - cron: "0 0 * * *"
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue