mirror of
https://github.com/actions/runner-images.git
synced 2025-12-28 20:58:32 +08:00
Add GitHub ci workflows (#8464)
This commit is contained in:
committed by
GitHub
parent
c6820d1a5b
commit
23ff0d7468
20
.github/workflows/windows2022.yml
vendored
Normal file
20
.github/workflows/windows2022.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Trigger Windows22 CI
|
||||
run-name: Windows2022 - ${{ github.event.pull_request.title }}
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: labeled
|
||||
paths:
|
||||
- 'images/win/**'
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: pwsh
|
||||
|
||||
jobs:
|
||||
Windows_2022:
|
||||
if: contains(github.event.pull_request.labels.*.name, 'CI windows-all') || contains(github.event.pull_request.labels.*.name, 'CI windows-2022')
|
||||
uses: ./.github/workflows/trigger-ubuntu-win-build.yml
|
||||
with:
|
||||
image_type: 'windows2022'
|
||||
secrets: inherit
|
||||
Reference in New Issue
Block a user