CI: disable nu-coverage (#9251)

appears the `nu-coverage` job of the CI has decided to go wild, marking
a lot of runs with , both in PRs and on the `main` branch 😱

this PR tries to mitigate the damage by disabling the pipeline.

> **Note**
> see [*Using conditions to control job
execution*](https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution)
This commit is contained in:
Antoine Stevan 2023-05-21 11:44:21 +02:00 committed by GitHub
parent 5a34671343
commit 234ba197d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,6 +170,7 @@ jobs:
nu-coverage:
if: false
env:
NUSHELL_CARGO_TARGET: ci