Skip to content

Commit c00739c

Browse files
committed
update
1 parent ab086c8 commit c00739c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

utils/consolidated_test_report.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -648,11 +648,6 @@ def main(args):
648648
# Only print the report when saving to file
649649
print(report)
650650

651-
# Send GitHub workflow summary if running in GitHub Actions
652-
if os.environ.get("GITHUB_STEP_SUMMARY"):
653-
with open(os.environ["GITHUB_STEP_SUMMARY"], "a") as f:
654-
f.write(report)
655-
656651
# Send to Slack if token is available (optional, can be disabled)
657652
slack_token = os.environ.get("SLACK_API_TOKEN")
658653
if slack_token and args.slack_channel_name:

0 commit comments

Comments
 (0)