Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c33be42

Browse files
authored
Update ci.yml
1 parent 1bb0454 commit c33be42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: 'Qodana Scan'
2525
uses: JetBrains/qodana-action@main
2626
with:
27-
pr-mode: ${{ github.event_name === 'pull_request' }}
27+
pr-mode: ${{ github.event_name == 'pull_request' }}
2828
env:
2929
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 commit comments

Comments
 (0)