From a79fb95cc9ab24d6d154401e9bcb0014a68cdb1d Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Mon, 18 Sep 2023 21:41:51 +0200 Subject: [PATCH] Revert "test" This reverts commit 51a5ee482e9368f0a3696353d845470b381c0751. --- .github/workflows/clear_cache.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/clear_cache.yml b/.github/workflows/clear_cache.yml index 7cacdd6..8e954c4 100644 --- a/.github/workflows/clear_cache.yml +++ b/.github/workflows/clear_cache.yml @@ -1,9 +1,7 @@ name: cleanup caches by a branch on: schedule: - - cron: '28 19 * * *' # 1 am every day - push: - branches: [ "main", "testing", "testing-gpuscreenrecorder","testing-tags","testing-customkernel", "lto-kernel", "lts-kernel" ] + - cron: '0 1 * * *' # 1 am every day jobs: cleanup: