There was an error while loading. Please reload this page.
1 parent bd6743b commit b7feda9Copy full SHA for b7feda9
.github/workflows/coverage-linux-without-intl.yml
@@ -45,7 +45,8 @@ permissions:
45
46
jobs:
47
coverage-linux-without-intl:
48
- if: github.event.pull_request.draft == false
+ # Disabled because "Report JS" step was crashing.
49
+ if: false
50
runs-on: ubuntu-24.04
51
steps:
52
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
.github/workflows/coverage-linux.yml
coverage-linux:
0 commit comments