Skip to content

Commit c1fad92

Browse files
Merge pull request #1113 from microsoftgraph/ci/update-daily-build-cron-0700
ci: update daily build schedule
2 parents d23507b + 8b315b6 commit c1fad92

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.azure-pipelines/daily-ci-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ trigger: none
22
pr: none
33

44
schedules:
5-
- cron: '0 0 * * *'
5+
- cron: '0 7 * * *'
66
displayName: Daily builds
77
branches:
88
include:
@@ -65,4 +65,3 @@ extends:
6565
- script: python -m pytest tests/
6666
displayName: Run unit tests
6767
workingDirectory: $(Build.SourcesDirectory)
68-

0 commit comments

Comments
 (0)