From bf0448ff96b069b981875986c73d836962c591f0 Mon Sep 17 00:00:00 2001 From: Justin Williams Date: Fri, 30 May 2025 21:40:56 -0500 Subject: [PATCH] [SWDEV-533596] CI - Fixed Docs Signed-off-by: Justin Williams --- .github/workflows/amdsmi-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/amdsmi-build.yml b/.github/workflows/amdsmi-build.yml index e4f1c2cf65..ab4e89508e 100644 --- a/.github/workflows/amdsmi-build.yml +++ b/.github/workflows/amdsmi-build.yml @@ -760,7 +760,7 @@ jobs: name: Generate Documentation runs-on: - self-hosted - - ${{ vars.RUNNER_TYPE }} + - ${{ vars.RUNNER_TYPE2 }} needs: [debian-test, rpm-test] container: image: ${{ vars.UBUNTU22_DOCKER_IMAGE }}