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: