Skip to content

Commit

Permalink
build: run ranges update every day
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlatz authored Dec 4, 2024
1 parent bc2d3f6 commit 6c48209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-ranges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update ISBN ranges

on:
schedule:
- cron: 0 6 * * 3 # Every Wednesday at 6:00 UTC
- cron: 0 6 * * * # Every day at 6:00 UTC
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 6c48209

Please sign in to comment.