Skip to content

Commit e2e67b3

Browse files
committed
fix: fix nodejs workflow
1 parent 91fc7d1 commit e2e67b3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Node CI
22

33
on:
4-
push
5-
pull_request
6-
schedule: [0 6 * * *]
4+
push:
5+
pull_request:
6+
schedule:
7+
# build runs everyday at 6AM UTC
8+
- cron: '0 6 * * *'
79

810
jobs:
911
build:

0 commit comments

Comments
 (0)