Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/download_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
- ready_for_review

schedule:
# Run every day at 6:00 UTC
- cron: "0 6 * * *"
# Runs at 05:30 UTC, only on Monday and Wednesday
- cron: "30 5 * * MON,WED"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down