Skip to content

Commit 9bfb72f

Browse files
committed
Qodana: Revert workaround for failure on PRs
1 parent a7539a2 commit 9bfb72f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/qodana.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
fetch-depth: 0 # a full history is required for pull request analysis
2424
- name: 'Qodana Scan'
2525
uses: JetBrains/qodana-action@v2023.2
26-
with:
27-
pr-mode: false # workaround for bug: job fails on PR (without writing logs) when no source files have changed
2826
env:
2927
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
3028
- name: Upload results to artifacts on failure

0 commit comments

Comments
 (0)