From b1b71d56c790ac970ff1ac5b35a502e486ef246e Mon Sep 17 00:00:00 2001 From: aptt Date: Thu, 16 Jan 2025 13:10:34 +0100 Subject: [PATCH] =?UTF-8?q?chore(ci):=20=F0=9F=A4=96=20require=20linting?= =?UTF-8?q?=20&=20build=20before=20triggering=20gitlab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/continuousIntgration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/continuousIntgration.yml b/.github/workflows/continuousIntgration.yml index 4d8306d..62f74a7 100644 --- a/.github/workflows/continuousIntgration.yml +++ b/.github/workflows/continuousIntgration.yml @@ -61,6 +61,9 @@ jobs: - run: pnpm -C frontend build test_gitlab_deployment: + needs: + - lint_frontend + - build_frontend runs-on: ubuntu-latest env: GITLAB_DEPLOYMENT_TRIGGER_TOKEN: ${{ secrets.GITLAB_DEPLOYMENT_TRIGGER_TOKEN }}