Skip to content

Commit 05932b3

Browse files
Change schedule (#215)
1 parent 8bc7882 commit 05932b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Get Node versions
22
on:
33
schedule:
4-
- cron: '0 3,15 * * *'
4+
- cron: '0 0,12 * * *'
55
workflow_dispatch:
66

77
jobs:
@@ -10,4 +10,4 @@ jobs:
1010
with:
1111
tool-name: "Node"
1212
image-url: "https://nodejs.org/static/images/logo-hexagon-card.png"
13-
secrets: inherit
13+
secrets: inherit

0 commit comments

Comments
 (0)