Fix job dependencies in pipeline
This commit is contained in:
parent
216491815c
commit
4bd6012f11
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pipeline.yml
vendored
2
.github/workflows/pipeline.yml
vendored
|
|
@ -94,7 +94,7 @@ jobs:
|
|||
|
||||
binaries:
|
||||
name: Binaries
|
||||
needs: [js]
|
||||
needs: [js, go, golangci-lint]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
|
|
|
|||
Loading…
Reference in a new issue