Skip to content

Commit f9444da

Browse files
committed
Revert "once in a day action"
This reverts commit 125b290.
1 parent 0c8ae0b commit f9444da

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 12 * * *' # Runs at 12:00 PM (noon) daily
5+
- cron: '0 0 * * 0' # Runs every Sunday at midnight
66

77
jobs:
88
run-node-script:

0 commit comments

Comments
 (0)