Skip Qodana when cloud token is missing

This commit is contained in:
Jeppe B
2026-06-01 23:31:24 +02:00
parent 2c0907c486
commit d244c000c3
+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."