mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-18 01:51:14 +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/ubuntu2204.yml
vendored
2
.github/workflows/ubuntu2204.yml
vendored
@@ -13,7 +13,7 @@ defaults:
|
||||
|
||||
jobs:
|
||||
Ubuntu_2204:
|
||||
if: contains(github.event.pull_request.labels.*.name, 'CI ubuntu-all') || contains(github.event.pull_request.labels.*.name, 'CI ubuntu-2204')
|
||||
if: github.event.label.name == 'CI ubuntu-all' || github.event.label.name == 'CI ubuntu-2204'
|
||||
uses: ./.github/workflows/trigger-ubuntu-win-build.yml
|
||||
with:
|
||||
image_type: 'ubuntu2204'
|
||||
|
||||
Reference in New Issue
Block a user