From e8749906baf5d1ec9f44d8e9dbab793fc6225171 Mon Sep 17 00:00:00 2001 From: Afsal K Date: Tue, 24 Sep 2024 18:56:03 +0530 Subject: [PATCH] fix: commit step --- .github/workflows/update-example-gallery.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-example-gallery.yml b/.github/workflows/update-example-gallery.yml index 2a996be197..e9d3482915 100644 --- a/.github/workflows/update-example-gallery.yml +++ b/.github/workflows/update-example-gallery.yml @@ -1,9 +1,9 @@ -name: Update example gallery # Updates examples twice a month +name: Update example gallery # Updates examples once a month on: workflow_dispatch: schedule: - - cron: '0 4 8,22 * *' # Updates will happen every 8th/22nd of the month + - cron: '0 0 15 * *' # At 12:00 AM, on day 15 of the month jobs: check_gallery: