File tree Expand file tree Collapse file tree 1 file changed +1
-36
lines changed
Expand file tree Collapse file tree 1 file changed +1
-36
lines changed Original file line number Diff line number Diff line change @@ -157,41 +157,6 @@ jobs:
157157 - name : Run Backend Tests
158158 run : ./gradlew checkDotnet
159159
160- # Run Qodana inspections and provide report
161- inspectCode :
162- name : Inspect code
163- needs : [ build ]
164- runs-on : ubuntu-latest
165- permissions :
166- contents : write
167- checks : write
168- pull-requests : write
169- steps :
170-
171- # Free GitHub Actions Environment Disk Space
172- - name : Maximize Build Space
173- uses : jlumbroso/free-disk-space@main
174- with :
175- tool-cache : false
176- large-packages : false
177-
178- # Check out current repository
179- - name : Fetch Sources
180- uses : actions/checkout@v4
181-
182- # Set up Java environment for the next steps
183- - name : Setup Java
184- uses : actions/setup-java@v3
185- with :
186- distribution : zulu
187- java-version : 17
188-
189- # Run Qodana inspections
190- - name : Qodana - Code Inspection
191- 192- with :
193- cache-default-branch-only : true
194-
195160 # Run plugin structure verification along with IntelliJ Plugin Verifier
196161 verify :
197162 name : Verify plugin
@@ -253,7 +218,7 @@ jobs:
253218 releaseDraft :
254219 name : Release draft
255220 if : github.event_name != 'pull_request'
256- needs : [ build, test, inspectCode, verify ]
221+ needs : [ build, test, verify ]
257222 runs-on : ubuntu-latest
258223 permissions :
259224 contents : write
You can’t perform that action at this time.
0 commit comments