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