fix: run studio action only for docs
This commit is contained in:
1
.github/workflows/studio.yml
vendored
1
.github/workflows/studio.yml
vendored
@ -22,6 +22,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
# Build job
|
# Build job
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
|
if: startsWith(github.event.head_commit.message, 'docs:')
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|||||||
Reference in New Issue
Block a user