mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
Schedule macOS-12 builds (#4393)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user