From 7ac49459067bf651bc67e2fec9a9e039a5272ffb Mon Sep 17 00:00:00 2001 From: MilanPospisil Date: Tue, 14 Jan 2025 14:29:59 +0100 Subject: [PATCH] Remove dependency --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e3da56f..34072f0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,7 +56,6 @@ jobs: sonarcloud-analysis: runs-on: ubuntu-latest - needs: static-analysis steps: - name: Checkout code uses: actions/checkout@v3