File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
3030 outputs :
3131 docs : ${{ steps.diff.outputs.docs_any_modified == 'true' }}
3232 shell-ui : ${{ steps.diff.outputs.shell-ui_any_modified == 'true' }}
33- unit-tests-ui : ${{ steps.diff.outputs.unit-tests-ui_any_modified == ' true' }}
34- unit-tests-shell-ui : ${{ steps.diff.outputs.unit-tests-shell-ui_any_modified == ' true' }}
35- unit-tests-crd-client-generator : ${{ steps.diff.outputs.unit-tests-crd-client-generator_any_modified == ' true' }}
33+ unit-tests-ui : true
34+ unit-tests-shell-ui : true
35+ unit-tests-crd-client-generator : true
3636 unit-tests-metalk8s-operator : ${{ steps.diff.outputs.unit-tests-metalk8s-operator_any_modified == 'true' }}
3737 unit-tests-storage-operator : ${{ steps.diff.outputs.unit-tests-storage-operator_any_modified == 'true' }}
3838 unit-tests-salt : ${{ steps.diff.outputs.unit-tests-salt_any_modified == 'true' }}
3939 unit-tests-lib-alert-tree : ${{ steps.diff.outputs.unit-tests-lib-alert-tree_any_modified == 'true' }}
40- integration-tests-ui : ${{ steps.diff.outputs.integration-tests-ui_any_modified == ' true' }}
40+ integration-tests-ui : true
4141 # If the workflow is triggered on a development branch let's always build
4242 build : ${{ startsWith(github.ref_name, 'development/') || steps.diff.outputs.build_any_modified == 'true' }}
4343 steps :
You can’t perform that action at this time.
0 commit comments