From e8e9c8888b2c76c7e93957a3fb07e259ca7739ac Mon Sep 17 00:00:00 2001 From: DMGithubPublisher <65145280+DMGithubPublisher@users.noreply.github.com> Date: Tue, 31 Oct 2023 13:44:57 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d2c18c0..476767a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: self-hosted + runs-on: [self-hosted, doc-build] # Steps represent a sequence of tasks that will be executed as part of the job steps: