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: |