Skip to content

Commit

Permalink
removing cache deletion script
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkahan committed Feb 1, 2024
1 parent e94e08c commit 7137818
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,3 @@ jobs:
- name: Run tests
run: |
pants test --use-coverage ::
delete-cache-if-too-big:
name: delete-cache-if-too-big
runs-on: ubuntu-latest
needs: [test]
strategy:
fail-fast: false
steps:
- name: Clone repo
uses: actions/checkout@v3
- name: Delete cache if too big
run: |
source delete_cache_if_too_big.sh
delete_cache_if_too_big /home/runner/work/_temp/_github_home/.cache/nce 512
delete_cache_if_too_big /home/runner/work/_temp/_github_home/.cache/pants/named_caches 1024
9 changes: 0 additions & 9 deletions delete_cache_if_too_big.sh

This file was deleted.

0 comments on commit 7137818

Please sign in to comment.