Skip to content

Commit f7c8b41

Browse files
RealOrangeOneTardo
authored andcommitted
Rebuild container weekly
Due to its nature, the container has access to sensitive data. Therefore the underlying OS should be updated regularly
1 parent 24d40af commit f7c8b41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ name: Build, Test & Deploy
77
- master
88
tags:
99
- "v*"
10+
schedule:
11+
- cron: '0 0 * * 0' # Midnight on Sunday
1012
workflow_dispatch:
1113
inputs:
1214
pytest_addopts:

0 commit comments

Comments
 (0)