ci: 💚 Add detect-circular as dependency for docker build

This commit is contained in:
Jesse Wierzbinski 2025-08-22 20:45:11 +02:00
parent b46f7828a5
commit d8f9f47814
No known key found for this signature in database

View file

@ -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