From 82ede7f44ac159965f2ff4c4e11922b4ab681b40 Mon Sep 17 00:00:00 2001 From: clockwork-labs-bot Date: Fri, 12 Jun 2026 14:15:05 -0400 Subject: [PATCH] Fix Internal Tests paths filter checkout --- .github/workflows/internal-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/internal-tests.yml b/.github/workflows/internal-tests.yml index 13c2a730032..73c3fc6027d 100644 --- a/.github/workflows/internal-tests.yml +++ b/.github/workflows/internal-tests.yml @@ -30,6 +30,9 @@ jobs: TARGET_OWNER: clockworklabs TARGET_REPO: SpacetimeDBPrivate steps: + - name: Checkout + uses: actions/checkout@v4 + # Skip the private dispatch entirely when only `docs/` is touched. The job # itself still completes successfully so required-status-check gating is # satisfied without spending private-runner time on a docs-only change.