We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fdb9a7 commit d48aa77Copy full SHA for d48aa77
1 file changed
.github/workflows/scheduled-integ-tests.yml
@@ -46,7 +46,7 @@ jobs:
46
aws cloudwatch put-metric-data \
47
--namespace "GitHubActions/MCPProxy" \
48
--metric-name "IntegrationTestFailures" \
49
- --dimensions WorkflowName=${{ github.workflow }},Repository=${{ github.repository }},Branch=${{ github.ref_name }} \
+ --dimensions WorkflowName=IntegrationCanary \
50
--value $STATUS_VALUE \
51
--unit Count \
52
--region us-east-1
0 commit comments