Skip to content

Commit c88e3d2

Browse files
committed
set temporary runner tag
1 parent c5fbed8 commit c88e3d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ concurrency:
4747
jobs:
4848
check-e2e-needed:
4949
name: Check if E2E should run
50-
runs-on: [self-hosted, enclave-small]
50+
runs-on: [self-hosted, ci-test]
5151
timeout-minutes: 5
5252
outputs:
5353
should_run: ${{ steps.decision.outputs.should_run }}

.github/workflows/infra-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
infra-verify:
1616
name: Infrastructure Verification
17-
runs-on: [self-hosted, enclave-small]
17+
runs-on: [self-hosted, ci-test-1]
1818
timeout-minutes: 120
1919

2020
env:

0 commit comments

Comments
 (0)