Skip to content

Commit ddef720

Browse files
committed
Move regular CI schedule
1 parent 82a9685 commit ddef720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build & Test
33
on:
44
push:
55
schedule:
6-
- cron: '0 0 * * */2' # at 0:00 every two days
6+
- cron: '0 6 * * */2' # at 6:00 every two days
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)