From 23129bac837898d4e0126136582f3ae386b83acf Mon Sep 17 00:00:00 2001 From: p4u Date: Thu, 22 Feb 2024 10:44:50 +0100 Subject: [PATCH] ci: use all self-hosted machines Signed-off-by: p4u --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 68d4e784c..7f95a8540 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -113,7 +113,7 @@ jobs: path: gocoverage-unit/ job_compose_test: - runs-on: [self-hosted, ci2-1] + runs-on: [self-hosted] steps: - uses: actions/checkout@v4 - uses: benjlevesque/short-sha@v2.2 # sets env.SHA to the first 7 chars of github.sha