Skip to content

Commit

Permalink
ci: Run weekly job twice
Browse files Browse the repository at this point in the history
GH deletes caches that are not used for 7 days, so hopefully
running the weekly CI job twice ensure that the OpenML
data is always in cache
  • Loading branch information
sebffischer committed Jan 21, 2025
1 parent 38af34b commit 8c4eaf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/book-weekly.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
on:
workflow_dispatch:
schedule:
- cron: "0 13 * * 2"
- cron: "0 13 * * 2" # Tuesday at 13:00 UTC
- cron: "0 13 * * 5" # Friday at 13:00 UTC

name: book-weekly

Expand Down

0 comments on commit 8c4eaf8

Please sign in to comment.