From 6a6d8388320dfc39473e3724b91c28e108fb56ee Mon Sep 17 00:00:00 2001 From: Jane Xu Date: Thu, 25 Sep 2025 11:37:58 -0700 Subject: [PATCH] Add H100 runner to be recognized in actionlint (#163795) Pull Request resolved: https://github.com/pytorch/pytorch/pull/163795 Approved by: https://github.com/huydhn, https://github.com/seemethere --- .github/actionlint.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index d4a7df9d5805..d021371ca886 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -22,6 +22,9 @@ self-hosted-runner: - linux.arm64.m7g.4xlarge - linux.arm64.m7g.4xlarge.ephemeral - linux.arm64.r7g.12xlarge.memory + - linux.aws.h100 + - linux.aws.h100.4 + - linux.aws.h100.8 - linux.4xlarge.nvidia.gpu - linux.8xlarge.nvidia.gpu - linux.16xlarge.nvidia.gpu