From 4252757081a196313aba14b2fa542417807e9ae5 Mon Sep 17 00:00:00 2001 From: Javier Cortejoso Date: Wed, 24 Dec 2025 10:06:02 +0100 Subject: [PATCH] Runs on self-hosted node --- .github/workflows/circuits.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/circuits.yml b/.github/workflows/circuits.yml index db5d19c84..021753870 100644 --- a/.github/workflows/circuits.yml +++ b/.github/workflows/circuits.yml @@ -40,11 +40,10 @@ jobs: run_circuit_tests: needs: check_changes if: github.event.pull_request.draft == false && needs.check_changes.outputs.should_run == 'true' - runs-on: ubuntu-latest - # runs-on: - # - "self-hosted" - # - "selfxyz-org" - # - "ubuntu-24-04" + runs-on: + - "self-hosted" + - "selfxyz-org" + - "ubuntu-24-04" environment: development permissions: contents: read