From 1a05590aa06750c56068fc61e7f0be056094ed58 Mon Sep 17 00:00:00 2001 From: Zhonghao Zhao Date: Mon, 16 Dec 2024 20:29:44 -0800 Subject: [PATCH] remove patch condition. --- .github/workflows/actions/patch_image_and_check_diff/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/actions/patch_image_and_check_diff/action.yml b/.github/workflows/actions/patch_image_and_check_diff/action.yml index 18cea7a90..36a8f82eb 100644 --- a/.github/workflows/actions/patch_image_and_check_diff/action.yml +++ b/.github/workflows/actions/patch_image_and_check_diff/action.yml @@ -95,7 +95,6 @@ runs: kubectl wait --for=condition=Ready pod --all -n ${{ inputs.sample-app-namespace }} - name: Patch the Java ADOT image and restart CloudWatch pods - if: ${{ inputs.repository == 'aws-otel-java-instrumentation' }} shell: bash run: | kubectl patch deploy -n amazon-cloudwatch amazon-cloudwatch-observability-controller-manager --type='json' \