Skip to content

Commit

Permalink
Fix GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Maple-pro committed May 23, 2024
1 parent 7b35066 commit ea5e819
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ jobs:
releaseDraft:
name: Release draft
if: github.event_name != 'pull_request'
needs: [ build, test, inspectCode, verify ]
# needs: [ build, test, inspectCode, verify ]
needs: [ build, test, inspectCode ]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit ea5e819

Please sign in to comment.