Skip to content

Commit 59a67d5

Browse files
authored
Merge pull request #71 from RealOrangeOne/patch-2
Rebuild container weekly
2 parents 24d40af + a233280 commit 59a67d5

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)