diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index bfd43e9257fe52..4e6204588e47a2 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -16,7 +16,7 @@ concurrency: jobs: chromatic: - if: ${{ github.event.review.state == 'approved' && !contains(github.event.pull_request.labels.*.name, 'community') }} + # if: ${{ github.event.review.state == 'approved' && !contains(github.event.pull_request.labels.*.name, 'community') }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.1