From 05cafd056aef697399295195877865e7c717cea9 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Sat, 30 Jul 2022 00:06:08 +0200 Subject: [PATCH] ci: Run the mirror 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/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 72b97f147..d9e3cdea4 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -12,7 +12,7 @@ concurrency: jobs: yocto-mirror: name: Yocto Git Mirror - runs-on: [self-hosted, Linux] + runs-on: ubuntu-latest steps: - uses: agherzan/git-mirror-me-action@11f54c7186724daafbe5303b5075954f1a19a63e env: