From 49a7ff876bf030168587c2cb3c44c68e6874baf8 Mon Sep 17 00:00:00 2001 From: YigitElma Date: Fri, 23 Aug 2024 15:39:54 -0400 Subject: [PATCH] add delete old cache files --- .github/workflows/pythonpip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonpip.yml b/.github/workflows/pythonpip.yml index cf829b62b..49d2a10e2 100644 --- a/.github/workflows/pythonpip.yml +++ b/.github/workflows/pythonpip.yml @@ -1,7 +1,7 @@ name: Cache Python and pip dependencies # This workflow is triggered every 2 days and updates the Python # and pip dependencies cache -# TODO: this needs to delete old cache too!!!! +# TODO: this needs to delete old cache too!!!!! on: push: # TODO: remove while merging branches: