From 0c790022550b9379b70ef2e6ad5651b2aabe0e9f Mon Sep 17 00:00:00 2001 From: Felienne Hermans Date: Sat, 9 Sep 2023 13:53:10 +0200 Subject: [PATCH] Update generate-snippet-hashes.yml Run hashes only on every Sunday --- .github/workflows/generate-snippet-hashes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-snippet-hashes.yml b/.github/workflows/generate-snippet-hashes.yml index 9031bcc3329..b18a116314d 100644 --- a/.github/workflows/generate-snippet-hashes.yml +++ b/.github/workflows/generate-snippet-hashes.yml @@ -4,7 +4,7 @@ env: name: Periodically generate hashes on: schedule: - - cron: "0 3 * * *" # Run this job every day at 3am + - cron: "0 3 * * 0" # Run this job every Sunday at 3am workflow_dispatch: {} # Allow running the workflow on-demand jobs: build: