From b018cffbf697ebe9b251196d5d7911077c97a574 Mon Sep 17 00:00:00 2001 From: liyp Date: Thu, 10 Apr 2025 16:10:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E6=AC=A1=E4=BC=98=E5=8C=96=E5=88=A4?= =?UTF-8?q?=E6=96=AD=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/AutoGenerateREADME.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/AutoGenerateREADME.yaml b/.gitea/workflows/AutoGenerateREADME.yaml index a82f7a4..598f6a4 100644 --- a/.gitea/workflows/AutoGenerateREADME.yaml +++ b/.gitea/workflows/AutoGenerateREADME.yaml @@ -4,12 +4,11 @@ on: push: branches: - main + if: "!contains(github.event.head_commit.message, 'AutoGenerateREADME.md')" jobs: create-readme: runs-on: ubuntu-latest - - if: "!contains(github.event.head_commit.message, 'AutoGenerateREADME.md')" steps: - name: 检出仓库