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 '