You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In automation scenarios where access to the filesystem isn't possible, as is typically the case for ephemeral CIs, there isn't any reason to make copies of the project. This copying causes a problem for larger projects when the disk space on runners is limited.
This can also be a problem for any sized project running on non-ephemeral CIs that do not regularly clean up the disk as it will just continue to grow over time. This non-ephemeral CI case could also be fixed by #640.