Skip to content

Commit 125b290

Browse files
authored
once in a day action
1 parent 9fd5045 commit 125b290

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 12 * * *' # Runs at 12:00 PM (noon) daily
66

77
jobs:
88
run-node-script:

0 commit comments

Comments
 (0)