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

Add GIT_LFS_SKIP_SMUDGE var to failing workflows #203

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

devkelley
Copy link
Contributor

@devkelley devkelley commented Oct 3, 2023

Motivation and Context

The benchmark action runs checkout with LFS. This env var should tell git to checkout without LFS. This will protect the LFS quota that we have.

Description

The benchmark action runs checkout with LFS. The 'GIT_LFS_SKIP_SMUDGE' env var should tell git to checkout without LFS. This will protect the LFS quota that we have. We do not need the LFS files for these workflows so we are okay using the env variable

Copy link

@ashbeitz ashbeitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved.

@devkelley devkelley merged commit c4d3705 into main Oct 3, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants