Skip to content

Commit

Permalink
changed schedule to every saturday at 12:00
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobus committed May 18, 2024
1 parent 00ccd81 commit a8b010d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: VIES update

on:
schedule:
- cron: "*/5 * * * *"
- cron: "0 12 * * SAT"

jobs:
get-new-data:
Expand Down

0 comments on commit a8b010d

Please sign in to comment.