From 02594c15c593f3d38ad7c4ddf72122853130c126 Mon Sep 17 00:00:00 2001 From: Lauren Chilutti <60401591+laurenchilutti@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:09:22 -0400 Subject: [PATCH] changing path to build directories. --- .github/workflows/daily_cleanup_parallelworks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily_cleanup_parallelworks.yaml b/.github/workflows/daily_cleanup_parallelworks.yaml index 3ae470bb8..33078a97a 100644 --- a/.github/workflows/daily_cleanup_parallelworks.yaml +++ b/.github/workflows/daily_cleanup_parallelworks.yaml @@ -14,4 +14,4 @@ jobs: runs-on: [self-hosted, devcimultiintel] name: Delete Builds steps: - - run: find /contrib/fv3/2023.2.0/refs/pull -maxdepth 1 -mindepth 1 -mtime +30 -type d -print -delete + - run: find /contrib/fv3/2023.2.0/GFDL_atmos_cubed_sphere/refs/pull -maxdepth 1 -mindepth 1 -mtime +30 -type d -print -delete