"docs/source/en/perf_infer_gpu_many.md" did not exist on "cdb7eeca466b139849aba76e0b467b1cba823b3c"
Unverified Commit b76850a8 authored by Lysandre Debut's avatar Lysandre Debut Committed by GitHub
Browse files

Better CI feedback (#12279)

* Better run ID

* Only part of CI

* Revert "Only part of CI"

This reverts commit 29f7f248d21e0f5792e0670ba8705b31ad8967b7.
parent 30a5521c
......@@ -92,9 +92,7 @@ def format_for_slack(total_results, results, scheduled: bool):
"type": "section",
"text": {
"type": "mrkdwn",
"text": "<https://github.com/huggingface/transformers/actions/workflows/self-scheduled.yml|View on GitHub>"
if scheduled
else "<https://github.com/huggingface/transformers/actions/workflows/self-push.yml|View on GitHub>",
"text": f"<https://github.com/huggingface/transformers/actions/runs/{os.environ['GITHUB_RUN_ID']}|View on GitHub>",
},
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment