From c1d0c90deafe561a59d3ba04a3ec07619b30a479 Mon Sep 17 00:00:00 2001 From: Emmanuel Valverde Ramos Date: Wed, 13 Sep 2023 20:47:20 +0200 Subject: [PATCH] chore: run contributors list once a week --- .github/workflows/contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index bcd525a3..d9a2d87b 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -1,7 +1,7 @@ name: Add contributors on: schedule: - - cron: '20 20 * * *' + - cron: '0 0 * * 0' push: branches: - main