mirror of
https://github.com/actions/node-versions.git
synced 2025-09-06 00:52:54 +08:00
Change schedule (#215)
This commit is contained in:
parent
8bc7882285
commit
05932b3923
4
.github/workflows/get-node-versions.yml
vendored
4
.github/workflows/get-node-versions.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Get Node versions
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 3,15 * * *'
|
||||
- cron: '0 0,12 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@ -10,4 +10,4 @@ jobs:
|
||||
with:
|
||||
tool-name: "Node"
|
||||
image-url: "https://nodejs.org/static/images/logo-hexagon-card.png"
|
||||
secrets: inherit
|
||||
secrets: inherit
|
||||
|
Loading…
x
Reference in New Issue
Block a user