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 0c8ae0b commit f9444daCopy full SHA for f9444da
.github/workflows/script.yml
@@ -2,7 +2,7 @@ name: Schedule Node.js LTS download
2
3
on:
4
schedule:
5
- - cron: '0 12 * * *' # Runs at 12:00 PM (noon) daily
+ - cron: '0 0 * * 0' # Runs every Sunday at midnight
6
7
jobs:
8
run-node-script:
0 commit comments