Skip to content

Commit bc45124

Browse files
committed
fix order of release workflow jobs
1 parent eb40a62 commit bc45124

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-code-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
--flow ${{ env.KOSLI_FLOW }}
3333

3434
code-review:
35+
needs: [setup]
3536
uses: ./.github/workflows/code-review.yml
3637
with:
3738
kosli-org: kosli-public

0 commit comments

Comments
 (0)