Skip to content

Commit c355095

Browse files
committed
clear cache every week
1 parent ca7fa38 commit c355095

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Clear cache weekly
2+
3+
on:
4+
schedule:
5+
# on Sundays
6+
- cron: "0 0 * * 0"
7+
8+
jobs:
9+
clear-cache:
10+
if: ${{ github.repository_owner == 'Lightning-AI' }}
11+
uses: Lightning-AI/utilities/.github/workflows/clear-cache.yml@ci/clear-cache # FIXME: specify tag before merge
12+
with:
13+
pattern: 'latest|docs'

0 commit comments

Comments
 (0)