From fe3d9fc16e11fd212b58e87e6df78aaec4c4ed4e Mon Sep 17 00:00:00 2001 From: Nemirovsky Date: Thu, 12 Oct 2023 15:24:03 -0400 Subject: [PATCH] test run to update every Friday --- .github/workflows/build-readme.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-readme.yaml b/.github/workflows/build-readme.yaml index 2f7f178..bf51bf1 100644 --- a/.github/workflows/build-readme.yaml +++ b/.github/workflows/build-readme.yaml @@ -3,7 +3,7 @@ on: schedule: # At 00:00 on Sunday - - cron: "*/8 * * * *" + - cron: "0 0 * * 5" pull_request: branches: [main, master]