We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5ad57 commit ff3e059Copy full SHA for ff3e059
1 file changed
.github/workflows/script.yml
@@ -1,8 +1,12 @@
1
name: Schedule Node.js LTS download
2
3
on:
4
+ workflow_dispatch: # Allows manual triggering from the Actions tab
5
schedule:
- - cron: '0 * * * *' # Runs every hour
6
+ - cron: '0 0 * * *'
7
+ push:
8
+ branches:
9
+ - action
10
11
jobs:
12
run-node-script:
0 commit comments