Merge pull request #71 from RealOrangeOne/patch-2

Rebuild container weekly
pull/73/head
Alexandre Díaz 2 years ago committed by GitHub
commit 59a67d506d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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