From 5328eca7e3e934bb7ee98d8d34be3b4d9a427ef1 Mon Sep 17 00:00:00 2001 From: welpo Date: Mon, 5 Feb 2024 22:05:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20misc(CI):=20use=20single=20quote?= =?UTF-8?q?s=20for=20cron=20schedule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dbaa6ac..9b489a9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ on: branches: - main schedule: - - cron: "51 5 * * 1" + - cron: '51 5 * * 1' jobs: check: