Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PerformanceCheck CI run to fetch full git history. #1156

Merged
merged 1 commit into from
Sep 3, 2020

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Sep 3, 2020

Currently (with a fetch-depth of 2) a PR that has multiple commits will not retrieve the commit referenced by ${{ github.event.pull_request.base.sha }}.

This changes the checkout action configuration to fetch the full history, and avoids the issue.

Currently (with a `fetch-depth` of 2) a PR that has multiple commits
will not retrieve the commit referenced by `${{
github.event.pull_request.base.sha }}`.

This changes the checkout action configuration to fetch the full
history, and avoids the issue.
@rwjblue rwjblue requested a review from krisselden September 3, 2020 14:49
@rwjblue rwjblue merged commit 6dea311 into master Sep 3, 2020
@rwjblue rwjblue deleted the fetch-full-history branch September 3, 2020 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant