Skip to content

Commit

Permalink
fix: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0618 committed Sep 20, 2022
1 parent 61bcd67 commit bf820e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

log-failure-metric-prod:
# to be deprecated once log-failure-metric is up
# Send data point 1 to metric PublishLatestFailure in aws-amplify-ui@ us-ease-1, if it's a failure
# Send data point 1 to metric PublishLatestFailure in aws-amplify-ui@ ue-east-1, if it's a failure
runs-on: ubuntu-latest
environment: ci
needs: publish
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
AWS_REGION: us-east-1

log-failure-metric:
# Send data point 1 to metric PublishLatestFailure in aws-amplify-ui+github-workflows@ us-ease-2, if it's a failure
# Send data point 1 to metric PublishLatestFailure in aws-amplify-ui+github-workflows@ ue-east-2, if it's a failure
runs-on: ubuntu-latest
environment: ci
needs: publish
Expand All @@ -156,7 +156,7 @@ jobs:
AWS_REGION: us-east-2

log-success-metric:
# Send data point 0 to metric PublishLatestFailure in aws-amplify-ui+github-workflows@ us-ease-2, if it's a success
# Send data point 0 to metric PublishLatestFailure in aws-amplify-ui+github-workflows@ ue-east-2, if it's a success
runs-on: ubuntu-latest
environment: ci
needs: publish
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
AWS_REGION: us-east-1

log-failure-metric:
# Send data point 1 to metric PublishNextFailure in aws-amplify-ui+github-workflows@ us-ease-2, if it's a failure
# Send data point 1 to metric PublishNextFailure in aws-amplify-ui+github-workflows@ ue-east-2, if it's a failure
runs-on: ubuntu-latest
environment: ci
needs: build-test
Expand All @@ -202,7 +202,7 @@ jobs:
AWS_REGION: us-east-2

log-success-metric:
# Send data point 0 to metric PublishNextFailure in aws-amplify-ui+github-workflows@ us-ease-2, if it's a success
# Send data point 0 to metric PublishNextFailure in aws-amplify-ui+github-workflows@ ue-east-2, if it's a success
runs-on: ubuntu-latest
environment: ci
needs: build-test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-and-test-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
AWS_REGION: us-east-1

log-failure-metric:
# Send data point 1 to metricRunTimeTestsFailure in aws-amplify-ui+github-workflows@ us-ease-2, if it's a failure
# Send data point 1 to metricRunTimeTestsFailure in aws-amplify-ui+github-workflows@ ue-east-2, if it's a failure
runs-on: ubuntu-latest
environment: ci
needs: build
Expand All @@ -152,7 +152,7 @@ jobs:
AWS_REGION: us-east-2

log-success-metric:
# Send data point 0 to metric RunTimeTestsFailure in aws-amplify-ui+github-workflows@ us-ease-2, if it's a success
# Send data point 0 to metric RunTimeTestsFailure in aws-amplify-ui+github-workflows@ ue-east-2, if it's a success
runs-on: ubuntu-latest
environment: ci
needs: build
Expand Down

0 comments on commit bf820e0

Please sign in to comment.