From 584785bf45cb1bbb984180becda54b8e618a244b Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Sat, 30 Jul 2022 00:04:48 +0200 Subject: [PATCH] ci: Run the compliance workflow on generic workers No need to bottleneck on the self hosted worker(s) when this is a light job. Signed-off-by: Andrei Gherzan --- .github/workflows/compliance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index 35e4731..cfba185 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -10,7 +10,7 @@ on: jobs: dco: name: DCO - runs-on: [self-hosted, Linux] + runs-on: ubuntu-latest steps: - name: Checkout the code uses: actions/checkout@v2 @@ -36,7 +36,7 @@ jobs: if: always() reuse: name: reuse - runs-on: [self-hosted, Linux] + runs-on: ubuntu-latest steps: - name: Checkout the code uses: actions/checkout@v2