Skip to content

Mission Model Canary #3721

Mission Model Canary

Mission Model Canary #3721

Workflow file for this run

name: Mission Model Canary
on:
workflow_dispatch:
schedule:
- cron: '0 * * * *' # every hour at the top of the hour
jobs:
canary:
uses: ./.github/workflows/test.yml
with:
env: 'canary'
secrets: inherit