From 300ce490a7eca9e4e2ff20fd433c375b8c2832bb Mon Sep 17 00:00:00 2001 From: Reuben Bowlby Date: Sun, 9 Aug 2026 10:33:31 -0400 Subject: [PATCH] fix(ci): apply hummbl-ci runner label + canonical org checkout PR #32 added actionlint.yaml declaring the hummbl-ci label but never updated runs-on in governed-pr-check.yml -- jobs hung 24h awaiting a wsl-labeled runner that no longer exists, then were cancelled. Also updates the tooling checkout to hummbl-dev-org/.github (canonical org after migration). --- .github/workflows/governed-pr-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/governed-pr-check.yml b/.github/workflows/governed-pr-check.yml index a90963c..257ecb1 100644 --- a/.github/workflows/governed-pr-check.yml +++ b/.github/workflows/governed-pr-check.yml @@ -21,12 +21,12 @@ permissions: jobs: governed-pr-check: - runs-on: [self-hosted, Linux, X64, wsl] + runs-on: [self-hosted, Linux, X64, hummbl-ci] steps: - name: Checkout governed check tools uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: - repository: hummbl-dev/.github + repository: hummbl-dev-org/.github path: governed-pr-check-tools persist-credentials: false