Skip to content

Commit ba5ad57

Browse files
committed
Revert "change node pull time to once a week"
This reverts commit 9fd5045.
1 parent f9444da commit ba5ad57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/script.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Schedule Node.js LTS download
22

33
on:
44
schedule:
5-
- cron: '0 0 * * 0' # Runs every Sunday at midnight
5+
- cron: '0 * * * *' # Runs every hour
66

77
jobs:
88
run-node-script:

0 commit comments

Comments
 (0)