Skip to content

Commit 218d076

Browse files
authored
Merge pull request #2 from vividctrlalt/action1
ci: make build job depend on PR lint check
2 parents 3aa591f + 9bb2026 commit 218d076

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)