Skip to content

Commit

Permalink
skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFlashAccount committed Mar 8, 2025
1 parent cbc3d58 commit dc50813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc50813

Please sign in to comment.