ci: run AMD and NPU PR tests on PRs not targeting main (#28368)
This commit is contained in:
@@ -17,7 +17,6 @@ on:
|
|||||||
# - ".github/workflows/pr-test-amd-rocm720.yml"
|
# - ".github/workflows/pr-test-amd-rocm720.yml"
|
||||||
# - "docker/rocm.Dockerfile"
|
# - "docker/rocm.Dockerfile"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
|
||||||
paths:
|
paths:
|
||||||
- "python/**"
|
- "python/**"
|
||||||
- "scripts/ci/**"
|
- "scripts/ci/**"
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '0 */6 * * *' # Run every 6 hours (UTC)
|
- cron: '0 */6 * * *' # Run every 6 hours (UTC)
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
|
||||||
paths:
|
paths:
|
||||||
- "python/**"
|
- "python/**"
|
||||||
- "scripts/ci/**"
|
- "scripts/ci/**"
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user