Skip to content

Commit 6bc5f41

Browse files
committed
Not enough disk space for qodana, disabling it
1 parent 321e4e6 commit 6bc5f41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ jobs:
101101
path: ${{ github.workspace }}/build/reports/pluginVerifier
102102

103103
# Run Qodana inspections
104-
- name: Qodana - Code Inspection
105-
uses: JetBrains/qodana-action@v4.2.5
104+
# We don't have enough disk space on free github actions
105+
#- name: Qodana - Code Inspection
106+
# uses: JetBrains/qodana-action@v4.2.5
106107

107108
# Prepare plugin archive content for creating artifact
108109
- name: Prepare Plugin Artifact

0 commit comments

Comments
 (0)