mirror of
https://github.com/actions/runner-images.git
synced 2026-01-01 15:09:03 +08:00
12 lines
197 B
YAML
12 lines
197 B
YAML
trigger: none
|
|
pr:
|
|
autoCancel: true
|
|
branches:
|
|
include:
|
|
- main
|
|
|
|
jobs:
|
|
- template: image-generation.yml
|
|
parameters:
|
|
image_type: ubuntu2004
|
|
image_readme_name: Ubuntu2004-Readme.md |