Skip Qodana when cloud token is unavailable

This commit is contained in:
Jeppe B
2026-05-28 23:44:07 +02:00
parent e856bbffec
commit 65d639853b
+2 -4
View File
@@ -46,8 +46,6 @@ jobs:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
QODANA_ENDPOINT: 'https://qodana.cloud'
- name: 'Qodana Scan (without cloud upload)'
- name: 'Skip Qodana Scan (missing cloud token)'
if: ${{ steps.qodana-token.outputs.present != 'true' }}
uses: JetBrains/qodana-action@v2026.1
with:
pr-mode: false
run: echo "Skipping Qodana because QODANA_TOKEN is not configured for this repository."