Skip to content

Commit

Permalink
Changed the update shedule to be every monday at 2 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Apr 26, 2024
1 parent 323f650 commit 58056e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Update data from upstream

on:
#schedule:
# - cron: "0 2 * * *"
schedule:
- cron: "0 2 * * 2"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 58056e6

Please sign in to comment.