mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-06 18:17:26 +08:00
19 lines
275 B
YAML
19 lines
275 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: ubuntu1804 |