From 24b521031d6f0a62236c3992d57bb64b39c4e195 Mon Sep 17 00:00:00 2001 From: Willy Date: Tue, 25 Jan 2022 10:59:07 +0100 Subject: [PATCH] allow build while tests are running this produces build artifacts faster at the cost of potentially "wasted" processing time --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eed322f7..6286a123 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,7 +86,7 @@ jobs: rm -rf source.tar.gz build: - needs: [ frontend, test-postman-sqlite, test-postman-mysql, test-postman-postgres ] + needs: frontend runs-on: ubuntu-latest strategy: matrix: