From 50bbd91d5032c47b0333cfe26871466ab538a1f8 Mon Sep 17 00:00:00 2001 From: mkhytarmkhoian Date: Wed, 21 Feb 2024 23:24:05 +0200 Subject: [PATCH] Fix CI --- .github/workflows/code_review.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index 68fa5df..9b487f4 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -45,10 +45,6 @@ jobs: - name: Run unit tests run: ./gradlew clean testDebugUnitTest - Documentation: - needs: SetUp - uses: ./.github/workflows/docs.yml - AllowMerge: if: always() runs-on: ubuntu-latest