diff --git a/.github/workflows/amplify_canaries.yaml b/.github/workflows/amplify_canaries.yaml index 99d2c9f855..dca4e62b67 100644 --- a/.github/workflows/amplify_canaries.yaml +++ b/.github/workflows/amplify_canaries.yaml @@ -220,7 +220,7 @@ jobs: with: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} aws-region: ${{ secrets.AWS_REGION }} - metric-name: e2eCanaryTestFailure + metric-name: E2ECanaryTestFailure value: 1 dimensions: channel=${{ matrix.channel }},platform=ios - name: Log succeeding ios runs @@ -229,6 +229,6 @@ jobs: with: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} aws-region: ${{ secrets.AWS_REGION }} - metric-name: e2eCanaryTestFailure + metric-name: E2ECanaryTestFailure value: 0 dimensions: channel=${{ matrix.channel }},platform=ios