Skip to content

Commit

Permalink
Update generate-snippet-hashes.yml
Browse files Browse the repository at this point in the history
Run hashes only on every Sunday
  • Loading branch information
Felienne committed Sep 9, 2023
1 parent 74f4a86 commit 0c79002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-snippet-hashes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0c79002

Please sign in to comment.