From cda990b529b3484c8ac691bd16e1da8e317a3ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Loipf=C3=BChrer?= Date: Wed, 27 Dec 2023 18:00:37 +0100 Subject: [PATCH] ci: fix workflow file dependencies --- .github/workflows/push_on_master.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_on_master.yaml b/.github/workflows/push_on_master.yaml index a611a13d..97d74637 100644 --- a/.github/workflows/push_on_master.yaml +++ b/.github/workflows/push_on_master.yaml @@ -23,8 +23,9 @@ jobs: name: "Calculate list of debian distros and docker image tags" runs-on: ubuntu-latest needs: - - frontend - - backend + - lint + - build-web + - test steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2