onnxruntime/.github/workflows/generated_fake_win_gpu_ci.yml
Yi Zhang 8a3407d54f
update file name in the comment (#13275)
### Description
Correct the file name in the comments of the generated yaml.

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2022-10-12 08:35:42 +08:00

36 lines
855 B
YAML

# Don't edit this file manully.
# Run generate-skip-doc-change.py to generate it.
name: Windows GPU CI Pipeline
on:
push:
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"'