Skip to content

Commit

Permalink
Update daily_cleanup_parallelworks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenchilutti authored Jan 3, 2024
1 parent 7de7186 commit 0977147
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/daily_cleanup_parallelworks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:

jobs:
delete:
runs-on: [self-hosted, devcimultiintel]
if: github.repository == 'NOAA-GFDL/SHiELD_physics'
runs-on: [shieldphysicsciintel]
name: Delete Builds
steps:
- run: find /contrib/fv3/2023.2.0/SHiELD_physics/refs/pull -maxdepth 1 -mindepth 1 -mtime +30 -type d -print -delete
- run: find /contrib/fv3/2023.2.0/SHiELD_physics/refs/pull -maxdepth 1 -mindepth 1 -mtime +30 -type d -print -exec rm -rf "{}" \;

0 comments on commit 0977147

Please sign in to comment.