From 8a8f4c3fc10aa8bd22d484a2db491a13c0079ecf Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Tue, 2 Dec 2025 16:50:29 +0300 Subject: [PATCH] dco: use ubuntu-slim runner ubuntu-slim is a new (currently in preview) containerized runner type for small tasks like this one. Using a separate runner type can make overall checks more efficient (each repo has a set of things to do and they are competing for ubuntu-latest runners all the time). Signed-off-by: Roman Khimov --- .github/workflows/dco.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dco.yml b/.github/workflows/dco.yml index e772d5b..11c0242 100644 --- a/.github/workflows/dco.yml +++ b/.github/workflows/dco.yml @@ -9,7 +9,7 @@ on: jobs: commits_check_job: - runs-on: ubuntu-latest + runs-on: ubuntu-slim name: Commits Check steps: - name: Get PR Commits