Skip to content

Commit

Permalink
Update daily_cleanup_parallelworks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenchilutti authored Nov 2, 2023
1 parent 1446869 commit e53305a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily_cleanup_parallelworks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Old Build Cleanup

# This GitHub Action Workflow is runing on the devcimultiintel cluster
# This GitHub Action Workflow is runing on the GFDL_ACS_CIINTEL cluster
# This will delete all build directories older than 30 days
# Build directories are on the cloud at /contrib/fv3/2023.2.0

Expand All @@ -11,7 +11,7 @@ on:

jobs:
delete:
runs-on: [g]
runs-on: [gfdlacsciintel]
name: Delete Builds
steps:
- run: find /contrib/fv3/2023.2.0/GFDL_atmos_cubed_sphere/refs/pull -maxdepth 1 -mindepth 1 -mtime +30 -type d -print -delete

0 comments on commit e53305a

Please sign in to comment.