Skip to content

Commit ce08a5e

Browse files
committed
tools: disable failing coverage jobs
1 parent bd6743b commit ce08a5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

4646
jobs:
4747
coverage-linux-without-intl:
48-
if: github.event.pull_request.draft == false
48+
if: false
4949
runs-on: ubuntu-24.04
5050
steps:
5151
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/coverage-linux.yml

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

4646
jobs:
4747
coverage-linux:
48-
if: github.event.pull_request.draft == false
48+
if: false
4949
runs-on: ubuntu-24.04
5050
steps:
5151
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)