onnxruntime/.github/workflows/generated_fake_win_gpu_ci.yml
Yi Zhang 67bde18d0d
Update Win_GPU_CI trigger (#13290)
### Description
supplement of #13248

Add PR trigger 

https://learn.microsoft.com/en-us/azure/devops/pipelines/repos/github?view=azure-devops&tabs=yaml#pr-triggers

fix: master -> main

Testted with #13289 #13292

NB:
the real pipeline is always triggered if the workflow yaml changed even
it's added in the path filter.

### 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. -->
Make sure the real pipeline not run in the backend.
2022-10-12 15:22:42 +08:00

36 lines
863 B
YAML

# 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"'