allow docker testing alone
This commit is contained in:
4
.github/workflows/test_and_publish.yml
vendored
4
.github/workflows/test_and_publish.yml
vendored
@@ -129,6 +129,10 @@ jobs:
|
|||||||
if: always() && (steps.build_and_run_tests.outcome == 'failure')
|
if: always() && (steps.build_and_run_tests.outcome == 'failure')
|
||||||
run: exit 1
|
run: exit 1
|
||||||
|
|
||||||
|
- name: Fix job exit status
|
||||||
|
if: always() && github.event.inputs.debug_docker_enabled
|
||||||
|
run: exit 0
|
||||||
|
|
||||||
build_docker_images:
|
build_docker_images:
|
||||||
name: Build Docker Images
|
name: Build Docker Images
|
||||||
needs: test_netdisco
|
needs: test_netdisco
|
||||||
|
|||||||
Reference in New Issue
Block a user