mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 11:37:00 +00:00
22 lines
350 B
YAML
22 lines
350 B
YAML
schedules:
|
|
- cron: "0 0 * * *"
|
|
displayName: Daily
|
|
branches:
|
|
include:
|
|
- main
|
|
always: true
|
|
|
|
trigger: none
|
|
pr:
|
|
autoCancel: true
|
|
branches:
|
|
include:
|
|
- main
|
|
|
|
jobs:
|
|
- template: image-generation.yml
|
|
parameters:
|
|
image_type: windows2022
|
|
image_readme_name: Windows2022-Readme.md
|
|
image_template_name: windows-2022.pkr.hcl
|