mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 00:18:19 +01:00
ci: 💚 Add detect-circular as dependency for docker build
This commit is contained in:
parent
b46f7828a5
commit
d8f9f47814
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
|
||||
build:
|
||||
if: ${{ success() }}
|
||||
needs: [lint, check, tests]
|
||||
needs: [lint, check, tests, detect-circular]
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Reference in a new issue