@jwildeboer Today I've played a bit with their implementation of GH Actions and I'm not convinced that this will work for me. To checkout the git repo, you're forced to use a huge node container image (node:20-bookworm) ending in over 1 minute of initialisation, if you want to have the workflow in a container. But what's then, if you e.g. want to just run a binary encapsulated in a different container image? Artifacts, Cache, Volume Mounting, what makes the wf manifest even more verbose. 2/3