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 fc33d6d commit 624507dCopy full SHA for 624507d
.github/workflows/ci-compress-images.yml
@@ -2,7 +2,7 @@ name: Compress Images
2
on:
3
workflow_dispatch:
4
schedule:
5
- - cron: "00 23 * * 0"
+ - cron: "0 23 1 * *" # monthly: 23:00 UTC on day 1 of each month
6
7
env:
8
NODE_VERSION: "24.x"
0 commit comments