mirror of
https://github.com/actions/runner-images.git
synced 2026-01-03 16:49:11 +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: ubuntu2204
|
|
image_readme_name: Ubuntu2204-Readme.md |