We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e6160 commit 16c7b32Copy full SHA for 16c7b32
.github/workflows/remove-unused-assets.yml
@@ -5,8 +5,7 @@ env:
5
6
on:
7
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
+ - cron: "20 15 * * 0" # run every Sunday at 20:15 UTC / 12:15 PST
10
11
jobs:
12
remove_unused_assets:
0 commit comments