mirror of
https://github.com/2noise/ChatTTS.git
synced 2026-08-30 17:05:27 +08:00
fix(workflow): skip run on format commit
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
||||
push-format:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
if: github.actor != 'github-actions[bot]'
|
||||
if: "!contains(github.event.head_commit.message, 'chore(format): ')"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
@@ -4,7 +4,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
if: github.actor != 'github-actions[bot]'
|
||||
if: "!contains(github.event.head_commit.message, 'chore(format): ')"
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user