From 234a0828d8c5d1f73c6552810e5f257651f43e4e Mon Sep 17 00:00:00 2001 From: foamyguy Date: Fri, 30 Sep 2022 17:02:28 -0500 Subject: [PATCH 1/3] try change name of group --- .github/workflows/images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 925c2b86..455f787f 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -6,11 +6,11 @@ name: Generate folder images on: schedule: - - cron: '0 10 * * *' + - cron: '5 22 * * *' workflow_dispatch: concurrency: - group: folder-images + group: bundle-folder-images cancel-in-progress: true jobs: From 21d9716158571e123e95494b267e06e2a1603fed Mon Sep 17 00:00:00 2001 From: foamyguy Date: Fri, 30 Sep 2022 17:21:04 -0500 Subject: [PATCH 2/3] new time --- .github/workflows/images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 455f787f..420ae382 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -6,7 +6,7 @@ name: Generate folder images on: schedule: - - cron: '5 22 * * *' + - cron: '23 22 * * *' workflow_dispatch: concurrency: From 7cc7d814c1eb512d9b9f83c15c578a3df396ae24 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Fri, 30 Sep 2022 17:43:49 -0500 Subject: [PATCH 3/3] revert time change --- .github/workflows/images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 420ae382..b44201ad 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -6,7 +6,7 @@ name: Generate folder images on: schedule: - - cron: '23 22 * * *' + - cron: '0 10 * * *' workflow_dispatch: concurrency: