Skip to content

Commit ff3e059

Browse files
authored
change node pull time to once a day or push to action branch
1 parent ba5ad57 commit ff3e059

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/script.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Schedule Node.js LTS download
22

33
on:
4+
workflow_dispatch: # Allows manual triggering from the Actions tab
45
schedule:
5-
- cron: '0 * * * *' # Runs every hour
6+
- cron: '0 0 * * *'
7+
push:
8+
branches:
9+
- action
610

711
jobs:
812
run-node-script:

0 commit comments

Comments
 (0)