From 2d61137d496707deb797fbcba6580c7fa803b0da Mon Sep 17 00:00:00 2001 From: Michael Park Date: Tue, 26 Nov 2024 21:14:57 +1000 Subject: [PATCH] test: Update automatic-doc-checks.yml --- .github/workflows/automatic-doc-checks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/automatic-doc-checks.yml b/.github/workflows/automatic-doc-checks.yml index 42b8d04f..dc7232a5 100644 --- a/.github/workflows/automatic-doc-checks.yml +++ b/.github/workflows/automatic-doc-checks.yml @@ -14,7 +14,8 @@ concurrency: jobs: documentation-checks: uses: secondskoll/documentation-workflows/.github/workflows/documentation-checks.yaml@main + runs-on: [self-hosted, Linux, amd64, noble] with: working-directory: "sp-docs" fetch-depth: 0 - runs-on: "self-hosted, Linux, amd64, noble" +