From 2e9fd23040a9380ca058fdd89dd51366e47d06ff Mon Sep 17 00:00:00 2001 From: Milos Obrenovic Date: Fri, 14 Feb 2025 13:59:25 +0100 Subject: [PATCH] [update] update the steps in the pipeline --- .github/workflows/pull-request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index ad960de7e..25a6dedba 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -56,7 +56,8 @@ jobs: docker: runs-on: ubuntu-latest - + + needs: [build] steps: - name: Checkout the code from main branch