From 234ba197d7bd0c7c6aef4b77afff06c5ffd6ae38 Mon Sep 17 00:00:00 2001 From: Antoine Stevan <44101798+amtoine@users.noreply.github.com> Date: Sun, 21 May 2023 11:44:21 +0200 Subject: [PATCH] CI: disable `nu-coverage` (#9251) appears the `nu-coverage` job of the CI has decided to go wild, marking a lot of runs with :x:, both in PRs and on the `main` branch :scream: 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) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 102b721dcf..d82d9c8010 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,6 +170,7 @@ jobs: nu-coverage: + if: false env: NUSHELL_CARGO_TARGET: ci