From 2a32fadb5236e7dc7e43867e8506a7dd6e7c2c1f Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Wed, 8 Mar 2023 16:13:47 +0000 Subject: [PATCH] Revert "try fetch all branches" This reverts commit fc985c91d19ac6bc323090d8946ec98c9f27982e. --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index a4d7c5f09f..2ab63f628e 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -36,7 +36,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - fetch-depth: 0 + fetch-depth: 2 - name: node uses: actions/setup-node@v3 @@ -53,7 +53,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - fetch-depth: 0 + fetch-depth: 2 - name: node uses: actions/setup-node@v3