From de8ba4763eaa39bf8d3eea5c775843e8ca1167b0 Mon Sep 17 00:00:00 2001 From: Guillermo Perez Date: Tue, 23 Jul 2024 16:12:20 +0200 Subject: [PATCH] reduce codecov machine size --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 15441652fe..ccb532ca56 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -15,7 +15,7 @@ permissions: contents: read jobs: codecov: - runs-on: ubuntu-latest-8-cores + runs-on: ubuntu-latest-4-cores if: > github.event.pull_request.draft == false || github.ref == 'refs/heads/main' ||