mirror of
https://github.com/actions/runner-images.git
synced 2025-12-28 04:38:53 +08:00
Update actions labels (#7614)
This commit is contained in:
2
.github/workflows/windows2019.yml
vendored
2
.github/workflows/windows2019.yml
vendored
@@ -17,7 +17,7 @@ on:
|
||||
|
||||
jobs:
|
||||
Windows_2019:
|
||||
if: ${{ (github.event.label.name == 'CI:\ windows-all') || (github.event.label.name == 'CI:\ windows-2019') || (github.event_name == 'workflow_dispatch') || (github.event_name == 'schedule') }}
|
||||
if: ${{ (github.event.label.name == 'CI windows-all') || (github.event.label.name == 'CI windows-2019') || (github.event_name == 'workflow_dispatch') || (github.event_name == 'schedule') }}
|
||||
uses: ./.github/workflows/ubuntu-win-generation.yml
|
||||
with:
|
||||
image_name: 'windows2019'
|
||||
|
||||
Reference in New Issue
Block a user