mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 03:57:32 +00:00
[ubuntu24] Add Actions build workflow
This commit is contained in:
20
.github/workflows/ubuntu2404.yml
vendored
Normal file
20
.github/workflows/ubuntu2404.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
name: Trigger Ubuntu24.04 CI
|
||||||
|
run-name: Ubuntu24.04 - ${{ github.event.pull_request.title }}
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
types: labeled
|
||||||
|
paths:
|
||||||
|
- 'images/ubuntu/**'
|
||||||
|
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: pwsh
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Ubuntu_2404:
|
||||||
|
if: contains(github.event.pull_request.labels.*.name, 'CI ubuntu-all') || contains(github.event.pull_request.labels.*.name, 'CI ubuntu-2404')
|
||||||
|
uses: ./.github/workflows/trigger-ubuntu-win-build.yml
|
||||||
|
with:
|
||||||
|
image_type: 'ubuntu2404'
|
||||||
|
secrets: inherit
|
||||||
Reference in New Issue
Block a user