Add GitHub ci workflows (#8464)

This commit is contained in:
Shamil Mubarakshin
2023-10-06 15:51:08 +02:00
committed by GitHub
parent c6820d1a5b
commit 23ff0d7468
6 changed files with 175 additions and 0 deletions

20
.github/workflows/ubuntu2004.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Trigger Ubuntu20.04 CI
run-name: Ubuntu20.04 - ${{ github.event.pull_request.title }}
on:
pull_request_target:
types: labeled
paths:
- 'images/linux/**'
defaults:
run:
shell: pwsh
jobs:
Ubuntu_2004:
if: contains(github.event.pull_request.labels.*.name, 'CI ubuntu-all') || contains(github.event.pull_request.labels.*.name, 'CI ubuntu-2004')
uses: ./.github/workflows/trigger-ubuntu-win-build.yml
with:
image_type: 'ubuntu2004'
secrets: inherit