Skip to content

Commit

Permalink
Disable verification build step for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
samvtran committed Oct 7, 2024
1 parent 8ad0cdc commit 8cbf333
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
# Run plugin structure verification along with IntelliJ Plugin Verifier
verify:
name: Verify plugin
# This is pretty slow and doesn't really need to run for PRs
if: github.event_name != 'pull_request'
needs: [ build ]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8cbf333

Please sign in to comment.