E2E Test Canary #167
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: E2E Test Canary | |
on: | |
# Tests scheduled for 7pm UTC (12pm PDT / 11am PST) everyday. | |
# Default supported timezone is UTC. | |
schedule: | |
- cron: '0 19 * * *' | |
jobs: | |
e2e-canary: | |
secrets: inherit | |
uses: ./.github/workflows/callable-release-verification.yml |