From b9b6cb25695844a3c5dd754e80976b8e3066e928 Mon Sep 17 00:00:00 2001 From: yingku Date: Thu, 3 Aug 2023 15:29:59 -0700 Subject: [PATCH] chore: add canary tests --- .github/workflows/cron-canary-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron-canary-test.yml b/.github/workflows/cron-canary-test.yml index 49cc80113f5..0d9650720db 100644 --- a/.github/workflows/cron-canary-test.yml +++ b/.github/workflows/cron-canary-test.yml @@ -1,5 +1,5 @@ on: - push: + pull_request: schedule: - cron: '0 */1 * * *'