From 024fa0041a3e0d0b5469ed77fdea975c08165601 Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 18 Feb 2022 22:16:39 +0000 Subject: [PATCH] waiting on both build tasks to do containers --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62d87ab..e291476 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: build-Docker: runs-on: ubuntu-latest - needs: build # for ignoring bad builds + needs: [build, build-Js] # for ignoring bad builds steps: - uses: actions/checkout@v2