Skip to content

Commit 05bc8ca

Browse files
authored
changed schedule (yes, on a very old branch...)
1 parent e90453b commit 05bc8ca

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

CI/AZ_NightlyCleanup.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
# Add steps that build, run tests, deploy, and more:
44
# https://aka.ms/yaml
55

6-
trigger:
7-
- master
8-
96
pool:
107
vmImage: 'vs2017-win2016'
118

@@ -14,13 +11,13 @@ schedules:
1411
displayName: Scheduled NOON cleanup #Remove When Finished#
1512
branches:
1613
include:
17-
- CITesting
14+
- main
1815
always: true
19-
- cron: "0 6,7,8,9,10 * * *"
16+
- cron: "0 4,5,6,7,8 * * *"
2017
displayName: Nightly cleanup
2118
branches:
2219
include:
23-
- CITesting
20+
- main
2421
always: true
2522

2623
variables:

0 commit comments

Comments
 (0)