Skip to content

Commit 6600c32

Browse files
authored
remove image build condition (#1456)
Test compose cd workflow depend on image build, so if we want to run both compose and helm charts deployment in cd workflow, this condition should be removed. Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent d953332 commit 6600c32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/_example-workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
# Image Build
5151
####################################################################################################
5252
build-images:
53-
if: ${{ !(fromJSON(inputs.test_helmchart)) }}
5453
runs-on: "docker-build-${{ inputs.node }}"
5554
steps:
5655
- name: Clean Up Working Directory

0 commit comments

Comments
 (0)