Test circuits in other runner

This commit is contained in:
Javier Cortejoso
2025-12-23 11:03:16 +01:00
parent cd6037649c
commit f76cc80f07

View File

@@ -40,10 +40,11 @@ jobs:
run_circuit_tests:
needs: check_changes
if: github.event.pull_request.draft == false && needs.check_changes.outputs.should_run == 'true'
runs-on:
- "self-hosted"
- "selfxyz-org"
- "ubuntu-24-04"
runs-on: ubuntu-latest
# runs-on:
# - "self-hosted"
# - "selfxyz-org"
# - "ubuntu-24-04"
environment: development
permissions:
contents: read