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
parent a68472dcee
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

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

View File

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

View File

@ -8,6 +8,8 @@ on:
- "linuxbuild"
tags:
- "v*"
schedule:
- cron: "17 1 * * *"
jobs:
build_and_publish_386:

View File

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

View File

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

View File

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

View File

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