From ce6564b4a861482edb798a93d6ebfba072e338af Mon Sep 17 00:00:00 2001 From: Amadeusz Sadowski Date: Wed, 10 Jun 2020 22:14:00 +0200 Subject: [PATCH] ci: Fix schedule syntax --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 163fbcc..c7ce10c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: push: pull_request: schedule: - - '0 10 * * 1' # At 10:00 on Monday. + - cron: '0 10 * * 1' # At 10:00 on Monday. defaults: run: shell: pwsh