]> git.lizzy.rs Git - rust.git/commit
Merge #11103
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Wed, 22 Dec 2021 19:34:12 +0000 (19:34 +0000)
committerGitHub <noreply@github.com>
Wed, 22 Dec 2021 19:34:12 +0000 (19:34 +0000)
commit4ea1f58bf6b3fd5bb59ed583f2ac432e237e1e1e
tree655dcdea0a2be69111d871552c5def06ae61fef0
parent45f907ea6fa091d839349ff20117d29dddb078f0
parent45d22629637664a83ad477ffa94c9c411f150bf1
Merge #11103

11103: internal: Improve `github-release` action r=lnicola a=lnicola

Upgrade ``@actions/github`` to get `listReleaseAssets` and retry individual uploads in addition to the whole thing.

Also disables `ci`, `metrics` and `rustdoc` on forks to save some CPU time.

CC #11056

Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>