Rebuild container weekly

Due to its nature, the container has access to sensitive data. Therefore the underlying OS should be updated regularly
pull/71/head
Jake Howard 2 years ago committed by Alexandre Díaz
parent 24d40af7f4
commit f7c8b41cc6

@ -7,6 +7,8 @@ name: Build, Test & Deploy
- master
tags:
- "v*"
schedule:
- cron: '0 0 * * 0' # Midnight on Sunday
workflow_dispatch:
inputs:
pytest_addopts:

Loading…
Cancel
Save