mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-15 19:50:37 +03:00
Fix job dependencies in pipeline
This commit is contained in:
parent
216491815c
commit
4bd6012f11
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…
x
Reference in New Issue
Block a user