Skip to content

Commit

Permalink
fix: run studio action only for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arashsheyda committed Jun 18, 2023
1 parent fe1807f commit 33bb3cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ concurrency:
jobs:
# Build job
build-and-deploy:
if: startsWith(github.event.head_commit.message, 'docs:')
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit 33bb3cc

Please sign in to comment.