"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "ba7f2173cc578fe6d9f1cdb900d5af609f195cf6"
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): ...@@ -92,9 +92,7 @@ def format_for_slack(total_results, results, scheduled: bool):
"type": "section", "type": "section",
"text": { "text": {
"type": "mrkdwn", "type": "mrkdwn",
"text": "<https://github.com/huggingface/transformers/actions/workflows/self-scheduled.yml|View on GitHub>" "text": f"<https://github.com/huggingface/transformers/actions/runs/{os.environ['GITHUB_RUN_ID']}|View on GitHub>",
if scheduled
else "<https://github.com/huggingface/transformers/actions/workflows/self-push.yml|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