From: gggeek Date: Wed, 8 Feb 2023 10:01:30 +0000 (+0000) Subject: remove qodana scan from ci builds - it adds noise but no value X-Git-Tag: 4.10.0~24 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9935a310c10993aeb7c546905c53e2cea7e00d71;p=plcapi.git remove qodana scan from ci builds - it adds noise but no value --- 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() }}