Skip to content

Commit

Permalink
Intellij Platform Plugin migration - fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
whimet committed Dec 27, 2024
1 parent fb3eb4f commit 8d49762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
# don't run on pull requests to avoid creating draft releases for pull requests
# only run on the main branch, to avoid cutting releases from feature branches
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/master' }}
needs: [build, verify]
needs: [build]
runs-on: ubuntu-latest
steps:

Expand Down

0 comments on commit 8d49762

Please sign in to comment.