We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5fbed8 commit c88e3d2Copy full SHA for c88e3d2
2 files changed
.github/workflows/e2e-deployment.yml
@@ -47,7 +47,7 @@ concurrency:
47
jobs:
48
check-e2e-needed:
49
name: Check if E2E should run
50
- runs-on: [self-hosted, enclave-small]
+ runs-on: [self-hosted, ci-test]
51
timeout-minutes: 5
52
outputs:
53
should_run: ${{ steps.decision.outputs.should_run }}
.github/workflows/infra-verify.yml
@@ -14,7 +14,7 @@ concurrency:
14
15
infra-verify:
16
name: Infrastructure Verification
17
+ runs-on: [self-hosted, ci-test-1]
18
timeout-minutes: 120
19
20
env:
0 commit comments