Skip to content

Commit b7feda9

Browse files
committed
tools: disable failing coverage jobs
PR-URL: #58770 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent bd6743b commit b7feda9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/coverage-linux-without-intl.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ permissions:
4545

4646
jobs:
4747
coverage-linux-without-intl:
48-
if: github.event.pull_request.draft == false
48+
# Disabled because "Report JS" step was crashing.
49+
if: false
4950
runs-on: ubuntu-24.04
5051
steps:
5152
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/coverage-linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ permissions:
4545

4646
jobs:
4747
coverage-linux:
48-
if: github.event.pull_request.draft == false
48+
# Disabled because "Report JS" step was crashing.
49+
if: false
4950
runs-on: ubuntu-24.04
5051
steps:
5152
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)