Skip to content

feat: シフト提出完了画面・AIO施策・ダッシュボード改善ほか #2242

feat: シフト提出完了画面・AIO施策・ダッシュボード改善ほか

feat: シフト提出完了画面・AIO施策・ダッシュボード改善ほか #2242

name: chromatic_pr_on_push
on: pull_request
jobs:
chromatic_pr_on_push:
if: (github.event.pull_request.draft == false && !contains(github.head_ref, 'renovate/') && github.base_ref != 'main')
runs-on: ubuntu-latest
environment: Preview
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup
uses: ./.github/actions/setup
- name: Storybook Build
run: pnpm storybook:build
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
onlyChanged: true
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
storybookBuildDir: storybook-static