From c1932bc04180f6ee31eb5cfa105fdcdc34c57605 Mon Sep 17 00:00:00 2001 From: Hinano Hart Date: Mon, 18 May 2026 19:36:46 +0900 Subject: [PATCH] ci: gate nightly-a100 job with if:false (no GPU runner registered) --- .github/workflows/nightly-a100.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/nightly-a100.yml b/.github/workflows/nightly-a100.yml index 0b19135..8a96bae 100644 --- a/.github/workflows/nightly-a100.yml +++ b/.github/workflows/nightly-a100.yml @@ -15,9 +15,7 @@ jobs: nightly: name: "Nightly GPU run (${{ github.event.inputs.milestone || 'M1' }})" runs-on: [self-hosted, a100] - # Graceful skip: if no self-hosted A100 runner is registered, - # this job will remain queued and eventually time out — not fail. - # To disable, add: if: false + if: false # manual GPU run only — no self-hosted A100 runner registered timeout-minutes: 900 # 15h hard cap steps: