再次优化判断条件
This commit is contained in:
parent
281644cf09
commit
b018cffbf6
@ -4,12 +4,11 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
if: "!contains(github.event.head_commit.message, 'AutoGenerateREADME.md')"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
create-readme:
|
create-readme:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
if: "!contains(github.event.head_commit.message, 'AutoGenerateREADME.md')"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 检出仓库
|
- name: 检出仓库
|
||||||
|
Loading…
Reference in New Issue
Block a user