Nightly Build #115
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Nightly Build | |
on: | |
schedule: | |
# Runs at 07:17 UTC (00:17 PDT) Monday through Friday. | |
# We don't run on weekends. Everyone needs a little time off. | |
- cron: "17 7 * * 1-5" | |
jobs: | |
run-build: | |
uses: ./.github/workflows/ci.yml |