From b7feda97b010eadfb062fc7f1a68dcdd4ad77941 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 20 Jun 2025 09:13:18 +0200 Subject: [PATCH] tools: disable failing coverage jobs PR-URL: https://github.com/nodejs/node/pull/58770 Reviewed-By: Marco Ippolito Reviewed-By: Richard Lau --- .github/workflows/coverage-linux-without-intl.yml | 3 ++- .github/workflows/coverage-linux.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage-linux-without-intl.yml b/.github/workflows/coverage-linux-without-intl.yml index c30ae78e303e07..956058c6889e4c 100644 --- a/.github/workflows/coverage-linux-without-intl.yml +++ b/.github/workflows/coverage-linux-without-intl.yml @@ -45,7 +45,8 @@ permissions: jobs: coverage-linux-without-intl: - if: github.event.pull_request.draft == false + # Disabled because "Report JS" step was crashing. + if: false runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 diff --git a/.github/workflows/coverage-linux.yml b/.github/workflows/coverage-linux.yml index 6d5afb489762e4..3a7ad75d375875 100644 --- a/.github/workflows/coverage-linux.yml +++ b/.github/workflows/coverage-linux.yml @@ -45,7 +45,8 @@ permissions: jobs: coverage-linux: - if: github.event.pull_request.draft == false + # Disabled because "Report JS" step was crashing. + if: false runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2