Skip to content

Commit

Permalink
Merge pull request #1156 from glimmerjs/fetch-full-history
Browse files Browse the repository at this point in the history
Update PerformanceCheck CI run to fetch full git history.
  • Loading branch information
rwjblue authored Sep 3, 2020
2 parents b8ef610 + 8f00e0c commit 6dea311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
fetch-depth: 0
- uses: volta-cli/action@v1
- name: Build Control
run: |
Expand Down

0 comments on commit 6dea311

Please sign in to comment.