test
This commit is contained in:
parent
98acb7e5e6
commit
51a5ee482e
1 changed files with 3 additions and 1 deletions
4
.github/workflows/clear_cache.yml
vendored
4
.github/workflows/clear_cache.yml
vendored
|
|
@ -1,7 +1,9 @@
|
||||||
name: cleanup caches by a branch
|
name: cleanup caches by a branch
|
||||||
on:
|
on:
|
||||||
schedule:
|
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:
|
jobs:
|
||||||
cleanup:
|
cleanup:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue