Skip to content

Commit d48aa77

Browse files
authored
Update scheduled-integ-tests.yml (#164)
Signed-off-by: Leonardo Araneda Freccero <arangatang@users.noreply.github.com>
1 parent 9fdb9a7 commit d48aa77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled-integ-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
aws cloudwatch put-metric-data \
4747
--namespace "GitHubActions/MCPProxy" \
4848
--metric-name "IntegrationTestFailures" \
49-
--dimensions WorkflowName=${{ github.workflow }},Repository=${{ github.repository }},Branch=${{ github.ref_name }} \
49+
--dimensions WorkflowName=IntegrationCanary \
5050
--value $STATUS_VALUE \
5151
--unit Count \
5252
--region us-east-1

0 commit comments

Comments
 (0)