From 9935a310c10993aeb7c546905c53e2cea7e00d71 Mon Sep 17 00:00:00 2001 From: gggeek Date: Wed, 8 Feb 2023 10:01:30 +0000 Subject: [PATCH] remove qodana scan from ci builds - it adds noise but no value --- .github/workflows/ci.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c452d6cb..3788f67f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -113,10 +113,11 @@ jobs: - name: test perl demo files run: 'perl demo/client/perl/test.pl' - - name: Qodana scan - uses: JetBrains/qodana-action@main - env: - QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} + # disabled for the moment (2023/02), as we get only noise from the scans... + #- name: Qodana scan + # uses: JetBrains/qodana-action@main + # env: + # QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} - name: failure troubleshooting if: ${{ failure() }} -- 2.47.0