Skip to content

Commit ae36f3b

Browse files
committed
fix a whitespace
1 parent cb49f1d commit ae36f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
if: ${{ success() }}
9393
run: |
9494
if [[ "${{ github.event.pull_request.user.login }}" == ${{ secrets.SAGEMAKER_BOT_USER_LOGIN }} ]]; then
95-
echo "Integration test Succeeded. Putting Success Metrics = 1 and Failure = 0onto Cloudwatch"
95+
echo "Integration test Succeeded. Putting Success Metrics = 1 and Failure = 0 onto Cloudwatch"
9696
aws cloudwatch put-metric-data --metric-name IntegrationTestSuccess --namespace SageMakerPySdkCoreMonitoringMetrics --value 1 --unit Count --dimensions MetricCategory=Integration
9797
aws cloudwatch put-metric-data --metric-name IntegrationTestFailure --namespace SageMakerPySdkCoreMonitoringMetrics --value 0 --unit Count --dimensions MetricCategory=Integration
9898
else

0 commit comments

Comments
 (0)