Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelldi committed Nov 21, 2023
1 parent a9d84aa commit 9eb43db
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 @@ -276,7 +276,7 @@ jobs:
releaseDraft:
name: Release draft
if: github.event_name != 'pull_request'
needs: [ build, inspectCode ]
needs: [ build, verify ]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 9eb43db

Please sign in to comment.