From 07840bc45439c2216470aad64bfe239926fcee75 Mon Sep 17 00:00:00 2001 From: huanghs Date: Mon, 21 Oct 2024 17:11:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build-doc?= =?UTF-8?q?ker.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-docker.yml b/.gitea/workflows/build-docker.yml index 2c82143..8982e61 100644 --- a/.gitea/workflows/build-docker.yml +++ b/.gitea/workflows/build-docker.yml @@ -2,7 +2,7 @@ name: Gitea Actions Demo on: [push] jobs: build-docker: - runs-on: dell + runs-on: yfb-test steps: - name: Checkout uses: actions/checkout@v3