Skip to content

Commit

Permalink
Change from daily to weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Jul 15, 2024
1 parent 7e258fb commit 3429a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update Datasets and Create PR

on:
schedule:
- cron: '0 2 * * *' # Runs at 02:00 UTC every day
- cron: '0 2 * * 7' # Runs at 02:00 UTC every Sunday
workflow_dispatch: # This line enables manual triggering of the workflow

jobs:
Expand Down

0 comments on commit 3429a97

Please sign in to comment.