Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Dec 15, 2021
1 parent a84d17f commit 4b964f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -169,6 +169,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
persist-credentials: false

- name: Deepen cloned repo
run: 'git fetch --deepen=${{ github.event.pull_request.commits || 1 }}'
Expand All @@ -193,6 +195,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
persist-credentials: false

- name: Deepen cloned repo
run: 'git fetch --deepen=${{ github.event.pull_request.commits || 1 }}'
Expand Down

0 comments on commit 4b964f3

Please sign in to comment.