diff --git a/.github/workflows/generate-snippet-hashes.yml b/.github/workflows/generate-snippet-hashes.yml index 74cfd1cb37b..96bee27b702 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 0 * * *" + - cron: "0 3 * * 1-5" workflow_dispatch: {} # Allow running the workflow on-demand jobs: build: