diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 75268f4c02..57ac539771 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -258,7 +258,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 with: - fetch-depth: 0 # Fetch all history for all tags and branches + fetch-depth: 0 # Fetch all history for all tags and branches - uses: ./.github/actions/setup - uses: ./.github/actions/download-node-modules-and-artifacts - run: nx affected:build $NX_CALCULATION_FLAGS --prod