diff --git a/.github/workflows/check-if-ui-has-changed.yml b/.github/workflows/check-if-ui-has-changed.yml index 989b410ee4..ce6a01ff90 100644 --- a/.github/workflows/check-if-ui-has-changed.yml +++ b/.github/workflows/check-if-ui-has-changed.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v2 with: ref: ${{ github.event.pull_request.head.sha }} # So we can test on forks - fetch-depth: 2 + fetch-depth: 0 - name: Install dependencies run: yarn # 👇 Adds Chromatic as a step in the workflow