Skip to content

Commit c004ced

Browse files
committed
Intellij Platform Plugin migration - comment out runPluginVerifier
1 parent 4f5dbac commit c004ced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ jobs:
210210
key: ${{ runner.os }}-plugin-verifier-${{ steps.properties.outputs.ideVersions }}
211211

212212
# Run IntelliJ Plugin Verifier action using GitHub Action
213-
- name: Verify Plugin
214-
run: ./gradlew runPluginVerifier -Pplugin.verifier.home.dir=${{ steps.properties.outputs.pluginVerifierHomeDir }}
213+
# - name: Verify Plugin
214+
# run: ./gradlew runPluginVerifier -Pplugin.verifier.home.dir=${{ steps.properties.outputs.pluginVerifierHomeDir }}
215215

216216
# Prepare a draft release for GitHub Releases page for the manual verification
217217
# If accepted and published, release workflow would be triggered

0 commit comments

Comments
 (0)