diff --git a/scripts/ci/slash_command_handler.py b/scripts/ci/slash_command_handler.py index ab38a2b4a..bb09d52a5 100644 --- a/scripts/ci/slash_command_handler.py +++ b/scripts/ci/slash_command_handler.py @@ -229,7 +229,7 @@ def handle_rerun_stage( comment.create_reaction("+1") pr.create_issue_comment( f"✅ Triggered `{stage_name}` to run independently (skipping dependencies).\n\n" - f"Check the [Actions tab](https://github.com/{gh_repo.full_name}/actions) for progress." + f"It will not be shown in this page. Check the [Actions tab](https://github.com/{gh_repo.full_name}/actions) for progress." ) return True else: