Skip to content

Commit be2721a

Browse files
Fawaz JosephFawaz Joseph
authored andcommitted
Removed dependencies on inspectCode
1 parent f4c028a commit be2721a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
releaseDraft:
190190
name: Release draft
191191
if: github.event_name != 'pull_request'
192-
needs: [ build, test, inspectCode, verify ]
192+
needs: [ build, test, verify ]
193193
runs-on: ubuntu-latest
194194
permissions:
195195
contents: write

0 commit comments

Comments
 (0)