From 09427955b2e51988e412a94b88b5e53f23e9dc8b Mon Sep 17 00:00:00 2001 From: Violet Hynes Date: Mon, 8 Jan 2024 13:17:35 -0500 Subject: [PATCH] Add -type -f to the -find delete call as part of test collect reports (#24711) --- .github/workflows/test-go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-go.yml b/.github/workflows/test-go.yml index 24825b5272b6..63e96ec14a57 100644 --- a/.github/workflows/test-go.yml +++ b/.github/workflows/test-go.yml @@ -510,7 +510,7 @@ jobs: - run: | rm -rf test-results/go-test/logs ls -lhR test-results/go-test - find test-results/go-test -mindepth 1 -mtime +3 -delete + find test-results/go-test -mindepth 1 -type f -mtime +3 -delete # Prune invalid timing files find test-results/go-test -mindepth 1 -type f -name "*.json" -exec sh -c '