From 9c717b4e45562519e48c441ab97ced6e895df0df Mon Sep 17 00:00:00 2001 From: Zaprit Date: Fri, 11 Jul 2025 11:00:11 +0100 Subject: [PATCH] Disable qodana PR-mode --- .github/workflows/qodana_code_quality.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index b0e24745..0595c838 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -25,8 +25,6 @@ jobs: fetch-depth: 0 # a full history is required for pull request analysis - name: 'Qodana Scan' uses: JetBrains/qodana-action@v2024.3 - with: - pr-mode: false env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_1488465344 }} QODANA_ENDPOINT: 'https://api.qodana.cloud'