mirror of
https://github.com/nushell/nushell
synced 2025-01-13 13:49:21 +00:00
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:
parent
5a34671343
commit
234ba197d7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -170,6 +170,7 @@ jobs:
|
|||
|
||||
|
||||
nu-coverage:
|
||||
if: false
|
||||
env:
|
||||
NUSHELL_CARGO_TARGET: ci
|
||||
|
||||
|
|
Loading…
Reference in a new issue