Hi,
In an scenario of ephemeral runners such as GH Actions, where the Dagger engine state is not persisted across multiple workflow executions, what are the options available, apart from:
a) Using Dagger Cloud.
b) Deploying the Dagger engine into a separate VM with a volume attached.
Otherwise, is _EXPERIMENTAL_DAGGER_CACHE_CONFIG: type=gha;mode=max a decent and recommended option?