Skip to content

Commit 92ba34b

Browse files
authored
fix(workflow): Update integration-test.yml for runing on new self-hosted runners
1 parent c2f2313 commit 92ba34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727

2828
jobs:
2929
openmldb-test-python:
30-
runs-on: ubuntu-latest
30+
runs-on: [self-hosted, generic]
3131
container:
3232
image: ghcr.io/4paradigm/hybridsql:latest
3333
steps:

0 commit comments

Comments
 (0)