We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9cd12 commit 811afecCopy full SHA for 811afec
.pipelines/pipeline.yaml
@@ -21,12 +21,12 @@ trigger:
21
- "*"
22
23
schedules:
24
-- cron: "27 0 * * *" # Every day at 2am
+- cron: "0 2 * * *" # Every day at 2am
25
displayName: "Official Nightly Pipeline"
26
branches:
27
include: ["master"]
28
always: true
29
-- cron: "4 22 * * *" # Every day at 3:00 PM PST (23:00 UTC)
+- cron: "31 0 * * *" # Every day at 3:00 PM PST (23:00 UTC)
30
displayName: "Test Schedule Pipeline"
31
32
include: ["sharifna/pipeline/singularity"]
0 commit comments