mirror of
https://github.com/actions/runner-images.git
synced 2026-01-01 06:48:14 +08:00
Remove images GitHub Actions CI from repo (#8131)
This commit is contained in:
21
.github/workflows/windows2019.yml
vendored
21
.github/workflows/windows2019.yml
vendored
@@ -1,21 +0,0 @@
|
||||
run-name: Windows 2019 - ${{ (github.event.pull_request.title || 'scheduled/manual run') }}
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
CUSTOM_REPOSITORY:
|
||||
description: 'Custom repository (owner/repo)'
|
||||
required: false
|
||||
CUSTOM_REPOSITORY_COMMIT_HASH:
|
||||
description: 'Commit hash'
|
||||
required: false
|
||||
|
||||
jobs:
|
||||
Windows_2019:
|
||||
if: (github.event_name == 'workflow_dispatch') || (github.event_name == 'schedule')
|
||||
uses: ./.github/workflows/ubuntu-win-generation.yml
|
||||
with:
|
||||
image_name: 'windows2019'
|
||||
image_readme_name: 'Windows2019-Readme.md'
|
||||
custom_repo: ${{ github.event.inputs.CUSTOM_REPOSITORY }}
|
||||
custom_repo_commit_hash: ${{ github.event.inputs.CUSTOM_REPOSITORY_COMMIT_HASH }}
|
||||
secrets: inherit
|
||||
Reference in New Issue
Block a user