Skip to content

Commit

Permalink
Revert "try fetch all branches"
Browse files Browse the repository at this point in the history
This reverts commit fc985c9.
  • Loading branch information
DenysVuika committed Mar 8, 2023
1 parent fc985c9 commit 2a32fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2a32fad

Please sign in to comment.