mirror of
https://github.com/actions/runner-images.git
synced 2025-12-30 22:07:58 +08:00
12 lines
199 B
YAML
12 lines
199 B
YAML
trigger: none
|
|
pr:
|
|
autoCancel: true
|
|
branches:
|
|
include:
|
|
- main
|
|
|
|
jobs:
|
|
- template: image-generation.yml
|
|
parameters:
|
|
image_type: windows2019
|
|
image_readme_name: Windows2019-Readme.md |