diff --git a/.github/workflows/_linux-test-cpu.yml b/.github/workflows/_linux-test-cpu.yml index ec4bca72ae..4b46a5bcc0 100644 --- a/.github/workflows/_linux-test-cpu.yml +++ b/.github/workflows/_linux-test-cpu.yml @@ -1,10 +1,10 @@ -name: linux-test +name: linux-test-cpu jobs: - pr-test-cpu: + linux-pr-test-cpu: # Don't run on forked repos if: github.repository_owner == 'pytorch' - runs-on: [linux.24xlarge] + runs-on: [self-hosted, linux.24xlarge] timeout-minutes: ${{ inputs.timeout-minutes }} environment: docker-s3-upload env: diff --git a/.github/workflows/_linux-test-cuda.yml b/.github/workflows/_linux-test-cuda.yml index 7dd9403ed5..1bd0f8275c 100644 --- a/.github/workflows/_linux-test-cuda.yml +++ b/.github/workflows/_linux-test-cuda.yml @@ -1,7 +1,7 @@ -name: linux-test +name: linux-test-cuda jobs: - pr-test-cuda: + linux-pr-test-cuda: # Don't run on forked repos if: github.repository_owner == 'pytorch' runs-on: [a100-runner]