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: