Skip to content

Commit 201e709

Browse files
author
wwanarif
committed
update hardware for e2e test workflow call
Signed-off-by: wwanarif <[email protected]>
1 parent ec1a15e commit 201e709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
call-e2e-test:
20-
runs-on: "docker-build-${{ inputs.node }}"
20+
runs-on: "k8s-${{ inputs.node }}"
2121
steps:
2222
- name: Clean Up Working Directory
2323
run: sudo rm -rf ${{github.workspace}}/*

0 commit comments

Comments
 (0)