Schedule macOS-12 builds (#4393)

This commit is contained in:
Mikhail Timofeev
2021-11-01 17:58:03 +03:00
committed by GitHub
parent 228c4f45e7
commit a0ac40903e
2 changed files with 8 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ jobs:
filePath: ./images.CI/download-repo.ps1
arguments: -RepoUrl $(CUSTOM_REPOSITORY_URL) `
-RepoBranch $(CUSTOM_REPOSITORY_BRANCH)
- task: PowerShell@2
displayName: 'Set image template variables'
inputs:

View File

@@ -1,11 +1,11 @@
name: macOS-12_$(date:yyyyMMdd)$(rev:.r)_unstable
# schedules:
# - cron: "0 0 * * *"
# displayName: Daily
# branches:
# include:
# - main
# always: true
schedules:
- cron: "0 0 * * *"
displayName: Daily
branches:
include:
- main
always: true
trigger: none
pr: