[CI] Update job conditions for GitHub CI workflows (#10641)

This commit is contained in:
Shamil Mubarakshin
2024-09-18 16:42:09 +02:00
committed by GitHub
parent 5d31cfb3b9
commit fd6c45b8e8
5 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ defaults:
jobs:
Windows_2019:
if: contains(github.event.pull_request.labels.*.name, 'CI windows-all') || contains(github.event.pull_request.labels.*.name, 'CI windows-2019')
if: github.event.label.name == 'CI windows-all' || github.event.label.name == 'CI windows-2019'
uses: ./.github/workflows/trigger-ubuntu-win-build.yml
with:
image_type: 'windows2019'