Check out how to pull only a subset of the files (not the full benchmark) for the CI routines. I would propose to limit the checks for regular commits:
ignore the full/slow benchmark in CI and focus on the subset of years
only pull the subset of files in CI, e.g. using git lfs pull --include "datafiles.txt"
Check out how to pull only a subset of the files (not the full benchmark) for the CI routines. I would propose to limit the checks for regular commits:
git lfs pull --include "datafiles.txt"
and for PRs we can keep the full benchmark.