-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clean.yml could have become unnecessary #35
Comments
Hmm, can it be set to 0? Part of the problem here is the fact that build artifacts in this workflow are used to pass data between jobs, so they're entirely ephemeral and should never be retained. |
Yeah I'm experiencing exactly this as well. I had already migrated to gha, but TravisCI has definitely been a serious forcing function in a lot of other ecosystems, such as Typelevel. |
I found this setting under Actions:
The text was updated successfully, but these errors were encountered: