Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

.github/workflows/on-schedule-canary-test.yml #496

.github/workflows/on-schedule-canary-test.yml

.github/workflows/on-schedule-canary-test.yml #496

on:
# Tests scheduled at 4pm(UTC) / 9am(PDT) everyday
# default supported timezone is UTC
schedule:
- cron: '0 16 * * *'
jobs:
canaries:
secrets: inherit
uses: ./.github/workflows/callable-canary-e2e.yml