make build_docker job dependent on build_element_call

This commit is contained in:
fkwp
2024-04-10 12:46:45 +00:00
parent 71e3fefc00
commit 5f7410c809

View File

@@ -18,6 +18,7 @@ jobs:
build_docker:
if: ${{ contains(github.event.pull_request.labels.*.name, 'docker build') }}
needs: build_element_call
runs-on: ubuntu-latest
permissions:
deployments: write