From 0009894a253b99560d23d5b6dfb15c0ee1113698 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Wed, 14 May 2025 07:55:44 -0400 Subject: [PATCH] asd --- .github/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index cca4b2c..9c29df0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,4 +1,4 @@ -name: E2E Tests +name: Build images on: push: @@ -8,6 +8,7 @@ jobs: build-docker: name: Build docker image runs-on: ubuntu-20.04 + needs: [lint, test, test-e2e] steps: - name: Clone the code uses: actions/checkout@v4