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 Apr 22, 2024
1 parent d340201 commit d26092f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily_cleanup_parallelworks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
delete:
runs-on: [self-hosted, devcimultiintel]
runs-on: [shieldbuild]
name: Delete Builds
steps:
- run: find /contrib/fv3/2023.2.0/SHiELD_build/refs/pull -maxdepth 1 -mindepth 1 -mtime +30 -type d -print -delete

0 comments on commit d26092f

Please sign in to comment.