From e84a14e7c86162fa3530f39bb637dd47aaa033bc Mon Sep 17 00:00:00 2001 From: Marcin Jastrzebski Date: Mon, 12 Sep 2022 17:59:16 -0700 Subject: [PATCH] fix schedule typo --- .github/workflows/update-notices.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-notices.yml b/.github/workflows/update-notices.yml index ff13b258694..232ea81f5a5 100644 --- a/.github/workflows/update-notices.yml +++ b/.github/workflows/update-notices.yml @@ -5,7 +5,7 @@ name: Update Local Notice Files on: workflow_dispatch: schedule: - - 0 9 * * * + - cron: 0 9 * * * jobs: main: