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
On self-hosted runners, we need to do this, otherwise these files will
be left in place after the workflow run has finished.
Signed-off-by: Dennis Ameling <[email protected]>
Signed-off-by: Johannes Schindelin <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,10 @@ To accelerate this Action, artifacts are cached once downloaded. This can be tur
72
72
73
73
In practice, caching the `full` artifacts does not provide much of a speed-up. Instead, it slows it down by spending extra minutes on caching the artifact. Therefore, caching is disabled for the `full` artifacts by default, corresponding to `cache: auto`.
74
74
75
+
### Clean-up
76
+
77
+
On self-hosted runners, the SDK files persist after the workflow run is done. To remove these files, set the input parameter `cleanup` to `true`.
78
+
75
79
## Developing _this_ Action
76
80
77
81
> First, you'll need to have a reasonably modern version of `node` handy, such as Node 12.
0 commit comments