Skip to content

Commit 98147a6

Browse files
committed
Fix Qodana yaml
1 parent a9e5ee9 commit 98147a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/qodana.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v3
2121
with:
22-
pr-mode: false # workaround for bug: job fails on PR (without writing logs) when no source files have changed
2322
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
2423
fetch-depth: 0 # a full history is required for pull request analysis
2524
- name: 'Qodana Scan'
2625
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
2728
env:
2829
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
2930
- name: Upload results to artifacts on failure

0 commit comments

Comments
 (0)