Skip to content

Commit 6c76883

Browse files
Add trigger to run Windows 2025 CI (actions#11063)
1 parent 004bb48 commit 6c76883

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/windows2025.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Trigger Windows25 CI
2+
run-name: Windows2025 - ${{ github.event.pull_request.title }}
3+
4+
on:
5+
pull_request_target:
6+
types: labeled
7+
paths:
8+
- 'images/windows/**'
9+
10+
defaults:
11+
run:
12+
shell: pwsh
13+
14+
jobs:
15+
Windows_2022:
16+
if: github.event.label.name == 'CI windows-all' || github.event.label.name == 'CI windows-2025'
17+
uses: ./.github/workflows/trigger-ubuntu-win-build.yml
18+
with:
19+
image_type: 'windows2025'
20+
secrets: inherit

0 commit comments

Comments
 (0)