mirror of
https://github.com/actions/runner-images.git
synced 2025-12-29 21:42:55 +08:00
add ubuntu 20 yml
This commit is contained in:
20
images.CI/azure-pipelines/ubuntu2004.yml
Normal file
20
images.CI/azure-pipelines/ubuntu2004.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
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: ubuntu2004
|
||||
image_readme_name: Ubuntu2004-README.md
|
||||
Reference in New Issue
Block a user