Skip to content

Commit

Permalink
Merge pull request hedyorg#3973 from hedyorg/Felienne-patch-1
Browse files Browse the repository at this point in the history
[CHORE] Run hashes every day
  • Loading branch information
Felienne authored Jan 26, 2023
2 parents 189aec8 + 99b1327 commit a3ee0bf
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 0 * * 0"
- cron: "0 0 * * *"
workflow_dispatch: {} # Allow running the workflow on-demand
jobs:
build:
Expand Down

0 comments on commit a3ee0bf

Please sign in to comment.