refactor(.github/workflows): reorganize many builds (#332)

1. reduce the number of periodic builds

2. just build as part of the release process in most cases

3. shorttests duplicates coverage

Preliminary changes as part of https://github.com/ooni/probe/issues/1466
This commit is contained in:
Simone Basso 2021-05-06 19:56:55 +02:00 committed by GitHub
commit fd333bad16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 42 additions and 74 deletions

View file

@ -1,3 +1,4 @@
# coverage computes the code coverage
name: coverage
on:
pull_request:
@ -6,7 +7,7 @@ on:
- "master"
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ "1.16" ]