From 8b7ff17e47f21d6564c39b1c55edbffd32179eec Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 8 Sep 2024 20:39:46 +0200 Subject: [PATCH] Set people-thumbs to automate on 1st of every month cron: '0 0 1 * * ' --- .github/workflows/people-thumbs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/people-thumbs.yml b/.github/workflows/people-thumbs.yml index 91fe1de..9f4921e 100644 --- a/.github/workflows/people-thumbs.yml +++ b/.github/workflows/people-thumbs.yml @@ -2,8 +2,8 @@ name: Generate people thumbnails # This file manages the workflow from generating the .webp thumbnails for deployment from files in /src/people/_images on: - push: - branches: [ main ] + schedule: + - cron: '0 0 1 * *' workflow_dispatch: permissions: