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

Remove unnecessary usage of LFS in CI #1273

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Remove unnecessary usage of LFS in CI #1273

merged 1 commit into from
Nov 18, 2024

Conversation

amacneil
Copy link
Contributor

@amacneil amacneil commented Nov 17, 2024

GitHub charges for LFS bandwidth between GitHub and GitHub Actions. Therefore we should remove unnecessary usage of LFS in CI.

Blocked by #1272 because yarn plugins were stored in LFS

@@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
lfs: true
lfs: false
Copy link
Contributor Author

Choose a reason for hiding this comment

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

false is the default but I'm leaving it explicitly disabled to avoid someone unintentionally re-enabling

@amacneil amacneil merged commit c8afa1e into main Nov 18, 2024
23 checks passed
@amacneil amacneil deleted the adrian/less-lfs branch November 18, 2024 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants