Remove pull_request trigger and add the cron schedule

This commit is contained in:
Marcos Pereira 2021-08-23 11:10:49 -04:00
parent 35dbab7b58
commit 81afa5bc35
No known key found for this signature in database
GPG key ID: F7EBB0FF122A3D87

View file

@ -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: