mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 08:52:50 +08:00
Do not run CI for commits starting with 'chore'
This commit is contained in:
parent
8ca602b986
commit
47ef9a685e
5
.github/workflows/publish.yaml
vendored
5
.github/workflows/publish.yaml
vendored
@ -20,7 +20,10 @@ jobs:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
if: "!contains(github.event.head_commit.message, 'skip-ci') || startsWith(github.ref, 'refs/tags/')"
|
if: |
|
||||||
|
(!contains(github.event.head_commit.message, 'skip-ci')
|
||||||
|
&& !contains(github.event.head_commit.message, 'chore'))
|
||||||
|
|| startsWith(github.ref, 'refs/tags/')
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
kind: ['linux', 'windows', 'macOS']
|
kind: ['linux', 'windows', 'macOS']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user