[ubuntu24] Add Actions build workflow

This commit is contained in:
Shamil Mubarakshin
2024-06-12 11:59:30 +02:00
parent 870d08d9cb
commit 1bf1aea864

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