From 79f198e4f174261fd7d1936b3d161fd557e1bd37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Fri, 7 Apr 2023 23:27:22 +0900 Subject: [PATCH] ci: ignore develop commits --- .github/workflows/storybook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 1296477fa..3a62bf237 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -53,7 +53,7 @@ jobs: CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} - name: Notify that Chromatic will skip testing uses: actions/github-script@v6.4.0 - if: github.ref != 'refs/heads/master' && steps.chromatic.outputs.skip == 'true' + if: github.ref != 'refs/heads/master' && github.ref != 'refs/heads/develop' && steps.chromatic.outputs.skip == 'true' with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |