Skip to content

Commit da776e6

Browse files
committed
ci: make release job depend on code check
1 parent e761c76 commit da776e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/realease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
uses: ./.github/workflows/code-check.yml
1313
release:
1414
name: Release
15+
needs: code-check
1516
runs-on: ubuntu-latest
1617
permissions:
1718
contents: write

0 commit comments

Comments
 (0)