Skip to content

Commit ffe4311

Browse files
authored
Merge pull request #102 from tSQLt-org/CITesting
Ci testing
2 parents 438f48b + 5d4cd00 commit ffe4311

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)