再次优化判断条件

This commit is contained in:
liyp 2025-04-10 16:10:15 +08:00
parent 281644cf09
commit b018cffbf6

View File

@ -4,13 +4,12 @@ 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: 检出仓库
env: