artifacts.py might fail if the artifacts provided by the job is not of the correct shape. If this happens, it wouldn't be nice for the global comment task to fail. So, this PR wraps it with a try..catch. Unfortunately, as usual, we can not test it on this branch, so we'll see if it fails after merging.
artifacts.py
might fail if the artifacts provided by the job is not of the correct shape. If this happens, it wouldn't be nice for the global comment task to fail. So, this PR wraps it with atry..catch
. Unfortunately, as usual, we can not test it on this branch, so we'll see if it fails after merging.