We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004bb48 commit 6c76883Copy full SHA for 6c76883
.github/workflows/windows2025.yml
@@ -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