Skip to content

Commit

Permalink
fix: bump fetch-depth to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak committed Oct 8, 2024
1 parent 9f29cde commit 20a894d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reassurePerformanceTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 500

- name: Setup NodeJS
uses: ./.github/actions/composite/setupNode
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sendReassurePerfData.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 500

- name: Setup NodeJS
uses: ./.github/actions/composite/setupNode
Expand Down

0 comments on commit 20a894d

Please sign in to comment.