From e13e8de22495e07852b0755b44416633fe572ce3 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 1 Mar 2023 09:15:19 +0100 Subject: [PATCH] create-snapshot: Run at 18 o'clock --- .github/workflows/create-snapshot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-snapshot.yml b/.github/workflows/create-snapshot.yml index d91eedd..d66c85f 100644 --- a/.github/workflows/create-snapshot.yml +++ b/.github/workflows/create-snapshot.yml @@ -2,8 +2,8 @@ name: Create Snapshot on: schedule: - # Every day at 4pm - - cron: "0 16 * * *" + # Every day at 6pm + - cron: "0 18 * * *" workflow_dispatch: jobs: