From 04e9e1f2f98c3cd8ebb8a4e625b3fce39339e75a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= Date: Sun, 21 Apr 2024 07:39:29 +0200 Subject: [PATCH] Run later, only on sundays --- .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 9253310..3301ca8 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: '30 3 * * *' + - cron: '0 5 * * 7' workflow_dispatch: # A workflow run is made up of one or more jobs that can run sequentially or in parallel