diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index ef88cf40e..856f9f56f 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -5,7 +5,7 @@ on: branches: [ main ] paths: - "python/**" - - "scripts/**" + - "scripts/ci/**" - "test/**" - "sgl-kernel/**" - ".github/workflows/pr-test-amd.yml" @@ -13,7 +13,7 @@ on: branches: [ main ] paths: - "python/**" - - "scripts/**" + - "scripts/ci/**" - "test/**" - "sgl-kernel/**" - ".github/workflows/pr-test-amd.yml" diff --git a/.github/workflows/pr-test-npu.yml b/.github/workflows/pr-test-npu.yml index 528ba80af..fe5c8fad1 100644 --- a/.github/workflows/pr-test-npu.yml +++ b/.github/workflows/pr-test-npu.yml @@ -5,14 +5,14 @@ on: branches: [ main ] paths: - "python/**" - - "scripts/**" + - "scripts/ci/**" - "test/**" - ".github/workflows/pr-test-npu.yml" pull_request: branches: [ main ] paths: - "python/**" - - "scripts/**" + - "scripts/ci/**" - "test/**" - ".github/workflows/pr-test-npu.yml" workflow_dispatch: diff --git a/.github/workflows/pr-test-xeon.yml b/.github/workflows/pr-test-xeon.yml index c64452a70..fd8f3e395 100644 --- a/.github/workflows/pr-test-xeon.yml +++ b/.github/workflows/pr-test-xeon.yml @@ -5,7 +5,7 @@ on: branches: [ main ] paths: - "python/**" - - "scripts/**" + - "scripts/ci/**" - "test/**" - "sgl-kernel/**" - ".github/workflows/pr-test-xeon.yml" @@ -13,7 +13,7 @@ on: branches: [ main ] paths: - "python/**" - - "scripts/**" + - "scripts/ci/**" - "test/**" - "sgl-kernel/**" - ".github/workflows/pr-test-xeon.yml" diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 7f76b02bf..153eb22e7 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -36,7 +36,7 @@ jobs: filters: | src: - "python/**" - - "scripts/**" + - "scripts/ci/**" - "test/**" - ".github/workflows/pr-test.yml" @@ -417,7 +417,7 @@ jobs: unit-test-deepep-4-gpu, unit-test-deepep-8-gpu, unit-test-backend-8-gpu-b200, ] - if: needs.check-changes.outputs.src == 'true' + if: always() runs-on: ubuntu-latest steps: - name: Check all dependent job statuses