Skip to content

Commit

Permalink
Add trigger to run Windows 2025 CI (actions#11063)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Ayupov authored Nov 28, 2024
1 parent 004bb48 commit 6c76883
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/windows2025.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Trigger Windows25 CI
run-name: Windows2025 - ${{ github.event.pull_request.title }}

on:
pull_request_target:
types: labeled
paths:
- 'images/windows/**'

defaults:
run:
shell: pwsh

jobs:
Windows_2022:
if: github.event.label.name == 'CI windows-all' || github.event.label.name == 'CI windows-2025'
uses: ./.github/workflows/trigger-ubuntu-win-build.yml
with:
image_type: 'windows2025'
secrets: inherit

0 comments on commit 6c76883

Please sign in to comment.