|
|
|
|
|
by judge2020
1729 days ago
|
|
> The jobs don't clean up -- probably to allow for caching. Ya, this helps with a specific build cache scenario I use, A workaround if you want it to cleanup is to put `rm -rf "${{ github.workspace }}"` at the end of your workflow. |
|