forked from extern/nushell
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
.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 New Issue
Block a user