Skip to content

Commit 3793612

Browse files
committed
dbg-2
Signed-off-by: Jiachen Zhang <zjc462490@alibaba-inc.com>
1 parent 51385b9 commit 3793612

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
test:
15-
runs-on: self-hosted
15+
runs-on: [self-hosted, ubuntu-latest]
1616
steps:
1717
- uses: actions/checkout@v4
1818

@@ -60,4 +60,4 @@ jobs:
6060
if: success() && github.event_name == 'push'
6161
run: |
6262
echo "🔐 Running admin and network tests..."
63-
uv run pytest -n auto -m "need_admin_and_network" --reruns 1
63+
uv run pytest -n auto -m "need_admin_and_network" --reruns 1

0 commit comments

Comments
 (0)