I have a GitHub repo of a pipeline that requires very large files as input (basic test datasets would be around 1-2 Gb).
I thought about circunventing this by doing CICD locally, but this will not allow the CICD to run if other people want to contribute to the repo right?
Is there any workflow that allows for complex CICD with large datasets, while also enabling pull requests CICD?