Unit Tests (nightly) #184
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
# Helpful YAML parser to clarify YAML syntax: | |
# https://yaml-online-parser.appspot.com/ | |
name: Unit Tests (nightly) | |
on: | |
schedule: | |
- cron: "0 10 * * *" # 10am UTC (3am PST) | |
workflow_dispatch: # Allow manual triggers | |
jobs: | |
run-unittests-nightly: | |
name: Run Unit Tests Python Nightly | |
uses: ./.github/workflows/unittests_python.yml | |
with: | |
trigger-sha: ${{ github.sha }} |