Skip to content

Commit

Permalink
refactor: 패키지 구조 변경에 의한 chromatic ci yml 수정 5트
Browse files Browse the repository at this point in the history
  • Loading branch information
dladncks1217 committed Jan 22, 2024
1 parent 8466607 commit 8e2ab91
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/design-system-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
name: "storybook_deploy"
name: storybook_deploy
on:
pull_request:
branches:
- develop
paths:
- .github/**
- frontend-monorepo/packages/hang-log-design-system/**

defaults:
run:
working-directory: frontend-monorepo/packages/hang-log-design-system

jobs:
test:
if: contains(github.event.pull_request.labels.*.name, 'FE-DesignSystem')
Expand Down

0 comments on commit 8e2ab91

Please sign in to comment.