Skip to content

Commit

Permalink
Update check_tests.yml
Browse files Browse the repository at this point in the history
update reported message

Signed-off-by: Georgi Zlatarev <[email protected]>
  • Loading branch information
ghzlatarev authored Jul 13, 2023
1 parent 7138603 commit 37a11c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ jobs:
const status = `${{ steps.congestion_test.outcome }}`;
const statusIcon = status === 'success' ? ':white_check_mark:' : ':warning:';
const above = status === 'success' ? 'is above' : 'is NOT above';
const updatedComment = `${statusIcon} ${comment_text} ${above} target_daily_congestion_cost_kma`;
const updatedComment = `${statusIcon} ${comment_text} ${above} the target daily congestion cost`;
await octokit.rest.issues.updateComment({ owner, repo, comment_id: existingComment.id, body: updatedComment });
stop-congestion-test-checks:
timeout-minutes: 15
Expand Down

0 comments on commit 37a11c1

Please sign in to comment.