From 3a2b2208f74a67c6405b159732d40043f758eb60 Mon Sep 17 00:00:00 2001 From: Xinran Zhang Date: Thu, 10 Oct 2024 23:19:53 -0700 Subject: [PATCH] [Canary]Apply Temporarily Measurement to Disable all Canary Test Failure Publish --- .github/workflows/enablement-test-publish-result.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/enablement-test-publish-result.yml b/.github/workflows/enablement-test-publish-result.yml index 5bcdbfa64..61aaaf021 100644 --- a/.github/workflows/enablement-test-publish-result.yml +++ b/.github/workflows/enablement-test-publish-result.yml @@ -66,6 +66,6 @@ jobs: aws cloudwatch put-metric-data --namespace 'ADOT/GitHubActions' \ --metric-name Failure \ --dimensions repository=${{ github.repository }},branch=${{ github.ref_name }},workflow=${{ env.CALLER_WORKFLOW_NAME }} \ - --value 1.0 \ + --value 0.0 \ --region ${{ env.E2E_TEST_AWS_REGION }} fi \ No newline at end of file