From 7f9979cfae2bc4943fc8aad54ad97b03fc419095 Mon Sep 17 00:00:00 2001 From: liyp Date: Thu, 10 Apr 2025 16:07:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=8E=89=E5=88=A4=E6=96=AD=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/AutoGenerateREADME.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/AutoGenerateREADME.yaml b/.gitea/workflows/AutoGenerateREADME.yaml index d628ac2..75dbedf 100644 --- a/.gitea/workflows/AutoGenerateREADME.yaml +++ b/.gitea/workflows/AutoGenerateREADME.yaml @@ -4,9 +4,7 @@ on: push: branches: - main - # 添加条件判断 - if: "!contains(github.event.head_commit.message, 'AutoGenerateREADME.md')" - + jobs: create-readme: runs-on: ubuntu-latest