Add 'deps' and 'deps-dev' to scopes in workflow

This commit is contained in:
Anton Tranelis 2025-11-18 18:30:58 +01:00 committed by GitHub
parent 24301a8933
commit cb9ff624bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,8 @@ jobs:
backend backend
app app
lib lib
deps
deps-dev
docu docu
docker docker
release release
@ -76,4 +78,4 @@ jobs:
# special "[WIP]" prefix to indicate this state. This will avoid the # special "[WIP]" prefix to indicate this state. This will avoid the
# validation of the PR title and the pull request checks remain pending. # validation of the PR title and the pull request checks remain pending.
# Note that a second check will be reported if this is enabled. # Note that a second check will be reported if this is enabled.
wip: true wip: true