feat(rolling): build fresh binaries every night (#920)

Part of https://github.com/ooni/probe/issues/2249
This commit is contained in:
Simone Basso 2022-09-01 19:57:31 +02:00 committed by GitHub
commit 0c2744e994
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 14 additions and 0 deletions

View file

@ -7,6 +7,8 @@ on:
- "fullbuild"
tags:
- "v*"
schedule:
- cron: "17 1 * * *"
jobs:
build: