diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 07bf5cef7483..30a35536303a 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -123,8 +123,8 @@ jobs: comment-if-skipped: name: 💬 Tip for Chromatic runs-on: ubuntu-latest - needs: [check-for-label] - if: github.event_name == 'pull_request' && ${{ needs.check-for-label.outputs.skip == 'true' }} + needs: [deploy-chromatic-react] + if: github.event_name == 'pull_request' && ${{ needs.deploy-chromatic-react.result == 'skipped' }} steps: - uses: actions/checkout@v4 name: Checkout