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

[github-actions] cache git LFS directory #336

Merged

Conversation

lmnotran
Copy link
Contributor

@lmnotran lmnotran commented Jun 22, 2022

We've used ~5.3TB of bandwidth in the last month. This is because every GitHub action is pulling the Git LFS objects unconditionally.

The implementation is from: actions/checkout#165

We've used ~5.3TB of bandwidth in the last month. This is because every
GitHub action is pulling the Git LFS objects unconditionally and with `lfs: true`
doesn't cache pulled LFS objects by default.

The implementation is from: actions/checkout#165
@lmnotran lmnotran requested a review from jwhui June 22, 2022 20:47
@lmnotran lmnotran force-pushed the feature/cache-lfs-in-github-actions branch 2 times, most recently from bd75ec7 to 8facefc Compare June 22, 2022 22:59
@lmnotran
Copy link
Contributor Author

@jwhui could you review this please?

@jwhui jwhui merged commit 7af4892 into openthread:main Jun 24, 2022
@lmnotran lmnotran deleted the feature/cache-lfs-in-github-actions branch June 24, 2022 18:22
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.

2 participants