enable workflow that removes unused assets (#15959)
This commit is contained in:
3
.github/workflows/remove-unused-assets.yml
vendored
3
.github/workflows/remove-unused-assets.yml
vendored
@@ -5,8 +5,7 @@ env:
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# - cron: "20 15 * * 0" # run every Sunday at 20:15 UTC / 12:15 PST
|
||||
- cron: 0 0 1 1 * # run next January 1st, aka temporarily disabled
|
||||
- cron: "20 15 * * 0" # run every Sunday at 20:15 UTC / 12:15 PST
|
||||
|
||||
jobs:
|
||||
remove_unused_assets:
|
||||
|
||||
Reference in New Issue
Block a user