From d3ede0b7fc88115bdaf79a727d02d381932e3640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= Date: Sun, 21 Apr 2024 07:42:59 +0200 Subject: [PATCH] Fixed Sunday Cron --- .github/workflows/make.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 3301ca8..ca3985f 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -13,7 +13,7 @@ on: branches: [ master ] schedule: # * is a special character in YAML so you have to quote this string - - cron: '0 5 * * 7' + - cron: '0 5 * * 0' workflow_dispatch: # A workflow run is made up of one or more jobs that can run sequentially or in parallel