mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 09:13:33 +08:00
19 lines
282 B
YAML
19 lines
282 B
YAML
# schedules:
|
|
# - cron: "0 0 * * *"
|
|
# displayName: Daily
|
|
# branches:
|
|
# include:
|
|
# - master
|
|
# always: true
|
|
|
|
trigger: none
|
|
pr:
|
|
autoCancel: true
|
|
branches:
|
|
include:
|
|
- master
|
|
|
|
jobs:
|
|
- template: image-generation.yml
|
|
parameters:
|
|
image_type: Windows2016-Azure |