From ef9594e157fb13ea00f0cb2db4264c5384915a79 Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Sun, 8 Jan 2023 23:23:04 -0500 Subject: [PATCH] ci(workflows): [`typescript-canary`] run workflow daily Signed-off-by: Lexus Drumgold --- .github/workflows/typescript-canary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/typescript-canary.yml b/.github/workflows/typescript-canary.yml index c15a1452..779418b0 100644 --- a/.github/workflows/typescript-canary.yml +++ b/.github/workflows/typescript-canary.yml @@ -16,9 +16,9 @@ name: typescript-canary on: schedule: - # every monday, 3 hours after typescript@next release + # every day, 3 hours after typescript@next release # https://github.com/microsoft/TypeScript/blob/v4.9.4/.github/workflows/nightly.yaml - - cron: '0 10 * * 1' + - cron: 0 10 * * * workflow_dispatch: permissions: packages: read