mirror of
https://github.com/actions/runner-images.git
synced 2025-12-16 06:40:32 +00:00
Schedule macOS-12 builds (#4393)
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
|||||||
filePath: ./images.CI/download-repo.ps1
|
filePath: ./images.CI/download-repo.ps1
|
||||||
arguments: -RepoUrl $(CUSTOM_REPOSITORY_URL) `
|
arguments: -RepoUrl $(CUSTOM_REPOSITORY_URL) `
|
||||||
-RepoBranch $(CUSTOM_REPOSITORY_BRANCH)
|
-RepoBranch $(CUSTOM_REPOSITORY_BRANCH)
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: 'Set image template variables'
|
displayName: 'Set image template variables'
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
name: macOS-12_$(date:yyyyMMdd)$(rev:.r)_unstable
|
name: macOS-12_$(date:yyyyMMdd)$(rev:.r)_unstable
|
||||||
# schedules:
|
schedules:
|
||||||
# - cron: "0 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
# displayName: Daily
|
displayName: Daily
|
||||||
# branches:
|
branches:
|
||||||
# include:
|
include:
|
||||||
# - main
|
- main
|
||||||
# always: true
|
always: true
|
||||||
|
|
||||||
trigger: none
|
trigger: none
|
||||||
pr:
|
pr:
|
||||||
|
|||||||
Reference in New Issue
Block a user