From a0abc13c5152e8f5a3c4dd62056fc9dc8897742f Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Thu, 22 Aug 2024 03:36:36 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=82=E3=81=A8=E3=81=AB=E6=88=BB=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/chromatic.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index bf3c470c76..1283350ef4 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -8,9 +8,8 @@ name: "Chromatic" on: push: - # TOOD: あとで戻す - # branches: - # - main + branches: + - main env: # Chromatic用にNodeのメモリを増やす @@ -21,7 +20,7 @@ jobs: chromatic: name: Run Chromatic runs-on: ubuntu-latest - # if: github.repository_owner == 'VOICEVOX' # TODO: あとで戻す + if: github.repository_owner == 'VOICEVOX' steps: - uses: actions/checkout@v4 with: