From 07fef3c9c584e58500f3d53d429772fb598a3d5f Mon Sep 17 00:00:00 2001 From: nachog00 Date: Mon, 4 Nov 2024 20:20:17 -0300 Subject: [PATCH] Added runs on self hosted for 'tests' workflow --- .github/workflows/test.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6006b319e..3cc12a60e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,7 +15,9 @@ jobs: name: Build test artifacts container: image: zingodevops/ci-build:004 - runs-on: ubuntu-22.04 + runs-on: + - self-hosted + - labels: ["1","many"] if: github.event.pull_request.draft == false env: RUSTFLAGS: -D warnings @@ -45,7 +47,9 @@ jobs: run-tests: name: Run tests - runs-on: ubuntu-22.04 + runs-on: + - self-hosted + - labels: ["1","many"] if: github.event.pull_request.draft == false needs: build-test-artifacts env: