Skip to content

Commit

Permalink
CI: Clear CI caches daily instead of weekly (#58710)
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed May 16, 2024
1 parent c121940 commit 9cc9f31
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Purge caches once a week
name: Purge caches daily
on:
schedule:
# 4:10 UTC on Sunday
- cron: "10 4 * * 0"
# 4:10 UTC daily
- cron: "10 4 * * *"

jobs:
cleanup:
Expand Down

0 comments on commit 9cc9f31

Please sign in to comment.