Uh oh!
There was an error while loading. Please reload this page.
ADFA-2840 Remove setup of Git LFS from workflow actions - #939
Conversation
📝 WalkthroughRelease NotesChanges
Impact
|
| Cohort / File(s) | Summary |
|---|---|
Git LFS Configuration Removal.github/workflows/debug.yml, .github/workflows/instrumentation-test.yml | Removed the "Install and Configure Git LFS" step block (7 lines each), eliminating apt updates, git-lfs installation, LFS initialization, and LFS content pulling from both CI workflows. Subsequent workflow steps remain unaffected. |
Estimated code review effort
🎯 2 (Simple) | ⏱️ ~8 minutes
Possibly related PRs
- ADFA-2286 switch git lfs for greengeeks website #743: Directly related PR that also removes Git LFS setup steps ("Install Git LFS") from CI workflows with identical intent and scope.
Suggested reviewers
- Daniel-ADFA
Poem
🐰 Git LFS steps now gone, the workflows run lean,
No more waiting for blobs in the CI machine!
Simplified pipelines, cleaner and bright,
Build flows hop forward with newfound light! 🚀
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
| Check name | Status | Explanation |
|---|---|---|
| Title check | ✅ Passed | The title clearly and specifically describes the main change: removing Git LFS setup from workflow actions, matching the actual file modifications in the changeset. |
| Description check | ✅ Passed | The description accurately reflects the changeset by listing the two workflow files where Git LFS setup was removed, directly corresponding to the modifications made. |
| Docstring Coverage | ✅ Passed | No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. |
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
✨ Finishing touches
🧪 Generate unit tests (beta)
- Create PR with unit tests
- Post copyable unit tests in a comment
- Commit unit tests in branch
ADFA-2840-Remove-git-lfs-from-all-actions
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
Comment @coderabbitai help to get the list of available commands and usage tips.
Uh oh!
There was an error while loading. Please reload this page.
Remove setup of Git LFS from workflow actions
Remove the Git LFS setup from two workflow action files: