From 80e42b3ea10e1fcd18d65eae74197f0aa3763cdb Mon Sep 17 00:00:00 2001 From: Antonio Morrone Date: Fri, 15 Sep 2023 10:57:45 +0200 Subject: [PATCH] ci: debug coverage file size --- .github/workflows/ci-iov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-iov.yml b/.github/workflows/ci-iov.yml index 19c6db96f..752bcdd6d 100644 --- a/.github/workflows/ci-iov.yml +++ b/.github/workflows/ci-iov.yml @@ -5,7 +5,8 @@ on: jobs: unit-integration-tests: - if: github.event.pull_request.draft == false + # FIXME: + # if: github.event.pull_request.draft == false runs-on: ubuntu-latest steps: