Skip to content

Commit e9cfbd7

Browse files
authored
ci: add daily run to prevent primary cache from expiring. (#245)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 93b2eee commit e9cfbd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cpp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ on:
2828
- 'envoy-release/**'
2929
- 'istio-release/**'
3030

31+
schedule:
32+
- cron: '0 0 * * *'
33+
3134
jobs:
3235

3336
format:

0 commit comments

Comments
 (0)