From 124ed9ce69ac08a5695743b876e8b637d89a9b81 Mon Sep 17 00:00:00 2001 From: Dawid L Jablonski Date: Fri, 31 Mar 2023 12:54:23 +0200 Subject: [PATCH] [ci:force] --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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