Skip to content

Commit

Permalink
remove undefined inspectCode ci dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliesnug authored Aug 14, 2024
1 parent 586a345 commit 9b4c6c6
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 @@ -141,7 +141,7 @@ jobs:
releaseDraft:
name: Release draft
if: github.event_name != 'pull_request'
needs: [ build, test, inspectCode, verify ]
needs: [ build, test, verify ]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 9b4c6c6

Please sign in to comment.