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