mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 06:38:09 -05:00
Test circuits in other runner
This commit is contained in:
9
.github/workflows/circuits.yml
vendored
9
.github/workflows/circuits.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user