Skip to content

Commit a9e5ee9

Browse files
committed
Qodana: Workaround for failure on PRs
1 parent 8e8d743 commit a9e5ee9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/qodana.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ 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
2223
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
2324
fetch-depth: 0 # a full history is required for pull request analysis
2425
- name: 'Qodana Scan'

0 commit comments

Comments
 (0)