From dd05f5f2a6f180858a469262eba055c5e25a6d3c Mon Sep 17 00:00:00 2001 From: justheuristic Date: Wed, 17 Aug 2022 18:02:07 +0300 Subject: [PATCH] typo in comment --- .github/workflows/run-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 2ef591c..60cb02f 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -26,7 +26,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - - name: Delete any test models older than 72 hours + - name: Delete any test models older than 1 week run: | python tests/scripts/remove_old_models.py --author bloom-testing --use_auth_token $BLOOM_TESTING_WRITE_TOKEN - name: Delete previous version of this model, if exists