Skip to content

Commit 16c7b32

Browse files
authored
enable workflow that removes unused assets (github#15959)
1 parent 12e6160 commit 16c7b32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/remove-unused-assets.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ env:
55

66
on:
77
schedule:
8-
# - cron: "20 15 * * 0" # run every Sunday at 20:15 UTC / 12:15 PST
9-
- cron: 0 0 1 1 * # run next January 1st, aka temporarily disabled
8+
- cron: "20 15 * * 0" # run every Sunday at 20:15 UTC / 12:15 PST
109

1110
jobs:
1211
remove_unused_assets:

0 commit comments

Comments
 (0)