Skip to content

Commit d61e134

Browse files
authored
ci: make build job depend on PR lint check (tronprotocol#6559)
1 parent 3aa591f commit d61e134

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
6969
build:
7070
name: Build (JDK ${{ matrix.java }} / ${{ matrix.arch }})
71+
needs: pr-lint
7172
runs-on: ${{ matrix.runner }}
7273
strategy:
7374
fail-fast: false

0 commit comments

Comments
 (0)