Merge pull request #10048 from shamil-mubarakshin/ubuntu24-add-github-CI-workflow

[ubuntu24] Add Actions build workflow
This commit is contained in:
Erik Bershel
2024-06-12 12:07:57 +02:00
committed by GitHub

20
.github/workflows/ubuntu2404.yml vendored Normal file
View 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