Skip to content

Commit 7f99ec8

Browse files
authored
ci: Increase prune time (NVIDIA-NeMo#12860)
Signed-off-by: oliver könig <[email protected]>
1 parent a05aa96 commit 7f99ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_test_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
steps:
5757
- name: Docker system cleanup
5858
run: |
59-
docker system prune -af --filter "until=8h" --force || true
59+
docker system prune -af --filter "until=24h" --force || true
6060
6161
- name: Docker pull image
6262
run: |

0 commit comments

Comments
 (0)