From 023316e0df05ddafd55060717f399d617854c618 Mon Sep 17 00:00:00 2001 From: Kenvix Zure Date: Wed, 7 Sep 2022 13:39:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88CI=E8=B6=85=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3376246..a8f99cb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,6 @@ jobs: build: runs-on: ubuntu-latest name: 构建镜像 - timeout-minutes: 30 steps: - name: Checkout