Skip to content

Commit b9df418

Browse files
authored
Update node.js.yml
Only build on 1st day of month
1 parent f423e65 commit b9df418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Node.js CI
55

66
on:
77
schedule:
8-
- cron: "55 23 * * 1-5"
8+
- cron: "55 23 1 * *"
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)