From 49edf84a1faca7a981d20029ebba4facaea0bd99 Mon Sep 17 00:00:00 2001 From: Aleksandar Petrov <8142643+aleks-p@users.noreply.github.com> Date: Thu, 17 Oct 2024 09:15:55 -0300 Subject: [PATCH] Run on the first Sunday of the month --- .github/workflows/update-contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index 225000ab4d..6b3e867b8b 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -2,7 +2,7 @@ name: Update Contributors in README on: schedule: - - cron: '0 0 1 * *' + - cron: '0 0 1-7 * SUN' jobs: update-contributors: