ci: run AMD and NPU PR tests on PRs not targeting main (#28368)

This commit is contained in:
Cheng Wan
2026-06-15 19:10:51 -07:00
committed by GitHub
parent 407d3a91db
commit 448af67a98
3 changed files with 0 additions and 3 deletions
@@ -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/**"
-1
View File
@@ -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/**"
-1
View File
@@ -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: