From 32a80091dc0da9af06acd19a2b9e0e822df44c33 Mon Sep 17 00:00:00 2001 From: Qiao Han Date: Fri, 30 Sep 2022 23:58:59 +0800 Subject: [PATCH] chore: update e2e schedule to every 10 minutes --- .github/workflows/start.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/start.yml b/.github/workflows/start.yml index a1cd79f..1cd7f8e 100644 --- a/.github/workflows/start.yml +++ b/.github/workflows/start.yml @@ -7,7 +7,7 @@ on: - 'v*' schedule: # * is a special character in YAML so you have to quote this string - - cron: '15 * * * *' + - cron: '*/10 * * * *' defaults: run: