nightly-gpu: Make sure that all steps are run (#3030)
* nightly-gpu: Make sure that all steps are run
Currently if one step fails the run is aborted, masking potential errors,
especially in times where we know that the error that is causing the
initial failure is not easily fixed (e.g., by being an issue in a
dependency) as is currently the case with GPQTModel.
The solution would be to run all the steps and fail the run if one
of those steps had an error. Since we log all errors anyway this
is not worse than before.
* Update zizmor config to match changes in nightly.yml
---------
Co-authored-by: nemo <git@ningu.net>