Skip to content

Commit 1d9cd12

Browse files
committed
add timeout
1 parent 2c2b4b9 commit 1d9cd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ trigger:
2121
- "*"
2222

2323
schedules:
24-
- cron: "0 2 * * *" # Every day at 2am
24+
- cron: "27 0 * * *" # Every day at 2am
2525
displayName: "Official Nightly Pipeline"
2626
branches:
2727
include: ["master"]

0 commit comments

Comments
 (0)