mirror of
https://github.com/actions/runner-images.git
synced 2025-12-26 19:38:57 +08:00
[CI] Update job conditions for GitHub CI workflows (#10641)
This commit is contained in:
committed by
GitHub
parent
5d31cfb3b9
commit
fd6c45b8e8
2
.github/workflows/windows2019.yml
vendored
2
.github/workflows/windows2019.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user