Skip to content

Model Coverage (nightly) #193

Model Coverage (nightly)

Model Coverage (nightly) #193

# Helpful YAML parser to clarify YAML syntax:
# https://yaml-online-parser.appspot.com/
name: Model Coverage (nightly)
on:
schedule:
# 10 am UTC is 3am or 4am PT depending on daylight savings.
- cron: '0 10 * * *'
workflow_dispatch: {}
jobs:
run-model-coverage:
if: |
github.event_name == 'workflow_dispatch' ||
(github.event_name == 'schedule' && github.repository == 'google-ai-edge/ai-edge-torch')
name: Model Coverage (nightly)
uses: ./.github/workflows/model_coverage.yml
secrets: inherit
with:
trigger-sha: ${{ github.sha }}