From 9028b5e851d0c6495d3060b40c2e4c7941bb656b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= <319826+stefanb@users.noreply.github.com> Date: Thu, 23 Jan 2025 21:19:08 +0100 Subject: [PATCH] Adjusted schedule for 2 hrs later --- .github/workflows/make.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index eb31af5..e1b3967 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: Daily update +name: Weekly update # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch @@ -13,7 +13,7 @@ on: branches: [ master ] schedule: # * is a special character in YAML so you have to quote this string - - cron: '0 5 * * 0' + - cron: '0 7 * * 0' workflow_dispatch: # A workflow run is made up of one or more jobs that can run sequentially or in parallel