From 6e2bf82ce2b70872989eb8b629ef847945762813 Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Thu, 24 Aug 2023 13:50:22 -0500 Subject: [PATCH] make so not rate-limited because EVERYONE uses 0:00 --- .github/workflows/update-readme.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 154fd96..c18b811 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -8,8 +8,8 @@ on: paths: - .github/workflows/update-readme.yml schedule: - # https://crontab.guru/daily - - cron: "0 0 * * *" + # https://crontab.guru/#27_0_*_*_* + - cron: "27 0 * * *" workflow_call: workflow_dispatch: concurrency: