From 135b43506a9899edd68889b92ab8b993faac4132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 25 Sep 2023 18:55:58 +0000 Subject: [PATCH] Fix CI --- .github/workflows/back-end.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/back-end.yml b/.github/workflows/back-end.yml index 969711d8..44029af5 100644 --- a/.github/workflows/back-end.yml +++ b/.github/workflows/back-end.yml @@ -44,7 +44,6 @@ jobs: unit_tests: name: "2️⃣ Unit and functional tests" needs: - - "byte_level" - "syntax_errors" strategy: fail-fast: false @@ -100,7 +99,6 @@ jobs: static_analysis: name: "3️⃣ Static Analysis" needs: - - "byte_level" - "syntax_errors" runs-on: "ubuntu-22.04" timeout-minutes: 5 @@ -144,7 +142,6 @@ jobs: coding_standards: name: "4️⃣ Coding Standards" needs: - - "byte_level" - "syntax_errors" runs-on: "ubuntu-22.04" timeout-minutes: 5