feat(rolling): build fresh binaries every night (#920)
Part of https://github.com/ooni/probe/issues/2249
This commit is contained in:
parent
a68472dcee
commit
0c2744e994
7 changed files with 14 additions and 0 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
|
@ -7,6 +7,8 @@ on:
|
|||
- "fullbuild"
|
||||
tags:
|
||||
- "v*"
|
||||
schedule:
|
||||
- cron: "17 1 * * *"
|
||||
|
||||
jobs:
|
||||
build_and_publish:
|
||||
|
|
|
|||
Loading…
Reference in a new issue