make build_docker job dependent on build_element_call
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:
|
build_docker:
|
||||||
if: ${{ contains(github.event.pull_request.labels.*.name, 'docker build') }}
|
if: ${{ contains(github.event.pull_request.labels.*.name, 'docker build') }}
|
||||||
|
needs: build_element_call
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
deployments: write
|
deployments: write
|
||||||
|
|||||||
Reference in New Issue
Block a user