Skip to content

Commit 811afec

Browse files
committed
add timeout
1 parent 1d9cd12 commit 811afec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ trigger:
2121
- "*"
2222

2323
schedules:
24-
- cron: "27 0 * * *" # Every day at 2am
24+
- cron: "0 2 * * *" # Every day at 2am
2525
displayName: "Official Nightly Pipeline"
2626
branches:
2727
include: ["master"]
2828
always: true
29-
- cron: "4 22 * * *" # Every day at 3:00 PM PST (23:00 UTC)
29+
- cron: "31 0 * * *" # Every day at 3:00 PM PST (23:00 UTC)
3030
displayName: "Test Schedule Pipeline"
3131
branches:
3232
include: ["sharifna/pipeline/singularity"]

0 commit comments

Comments
 (0)