Open goanpeca opened 4 years ago
Thx @goanpeca for exploring this. So we have 2 options:
jupyterlab/benchmarks
repo to store the artefacts with git-lfs.jupyterlab/benchmarks-data
repo to store the artefacts with git-lfs.For option 2, does Github Actions allow to upload artefacts from one repo to another (in our case from jupyterlab/benchmarks
to jupyterlab/benchmarks-data
)?
With the work in progress on https://github.com/jupyterlab/benchmarks and test being periodically run on Github actions CI, it would be great to store the generated assets (notebooks, csv and json files) more permanently for bulk processing.
One option is to use another repository to store these artifacts, or look into https://git-lfs.github.com/ (on the same repo?)