mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-09 00:30:53 +00:00
Delete .github/workflows/generated_fake_win_gpu_ci.yml (#18074)
### Description No longer needed. Now Azure DevOps has the built-in support.
This commit is contained in:
parent
0af946f35a
commit
5b93c465a8
1 changed files with 0 additions and 36 deletions
36
.github/workflows/generated_fake_win_gpu_ci.yml
vendored
36
.github/workflows/generated_fake_win_gpu_ci.yml
vendored
|
|
@ -1,36 +0,0 @@
|
|||
# Don't edit this file manully.
|
||||
# Run generate-skip-doc-change.py to generate it.
|
||||
|
||||
name: Windows GPU CI Pipeline
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- docs/**
|
||||
- README.md
|
||||
- CONTRIBUTING.md
|
||||
- BUILD.md
|
||||
|
||||
jobs:
|
||||
job1:
|
||||
name: cuda build_x64_RelWithDebInfo
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: 'echo "No build required, only documentation changed"'
|
||||
|
||||
job2:
|
||||
name: dml build_x64_RelWithDebInfo
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: 'echo "No build required, only documentation changed"'
|
||||
|
||||
job3:
|
||||
name: training build_x64_RelWithDebInfo
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: 'echo "No build required, only documentation changed"'
|
||||
|
||||
job4:
|
||||
name: kernelDocumentation build_x64_RelWithDebInfo
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: 'echo "No build required, only documentation changed"'
|
||||
Loading…
Reference in a new issue