make build_docker job dependent on build_element_call (#2299)
This commit is contained in:
1
.github/workflows/docker-pr.yaml
vendored
1
.github/workflows/docker-pr.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user