Skip to content
Snippets Groups Projects
Commit f7c8b41c authored by Jake Howard's avatar Jake Howard Committed by Alexandre Díaz
Browse files

Rebuild container weekly

Due to its nature, the container has access to sensitive data. Therefore the underlying OS should be updated regularly
parent 24d40af7
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,8 @@ name: Build, Test & Deploy ...@@ -7,6 +7,8 @@ name: Build, Test & Deploy
- master - master
tags: tags:
- "v*" - "v*"
schedule:
- cron: '0 0 * * 0' # Midnight on Sunday
workflow_dispatch: workflow_dispatch:
inputs: inputs:
pytest_addopts: pytest_addopts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment