Skip to content

Commit

Permalink
Remove verification requirements for the releaseDraft step
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelldi committed Oct 22, 2024
1 parent 1d07e15 commit 16c85f1
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 @@ -262,7 +262,7 @@ jobs:
releaseDraft:
name: Release draft
if: github.event_name != 'pull_request'
needs: [ build, test, inspectCode, verify ]
needs: [ build, test, inspectCode ]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 16c85f1

Please sign in to comment.