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 df5c359 commit 9fd5045Copy full SHA for 9fd5045
.github/workflows/script.yml
@@ -2,7 +2,7 @@ name: Schedule Node.js LTS download
2
3
on:
4
schedule:
5
- - cron: '0 * * * *' # Runs every hour
+ - cron: '0 0 * * 0' # Runs every Sunday at midnight
6
7
jobs:
8
run-node-script:
0 commit comments