mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
21 lines
450 B
YAML
21 lines
450 B
YAML
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: github.event.label.name == 'CI ubuntu-all' || github.event.label.name == 'CI ubuntu-2404'
|
|
uses: ./.github/workflows/trigger-ubuntu-win-build.yml
|
|
with:
|
|
image_type: 'ubuntu2404'
|
|
secrets: inherit
|