test: 使用 host label
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2026-04-23 20:45:09 +08:00
parent c79977496d
commit 0427274994

View File

@@ -7,7 +7,7 @@ on:
jobs: jobs:
test: test:
runs-on: debian-slim runs-on: host
steps: steps:
- run: echo "Hello Gitea Actions!" - run: echo "Hello Gitea Actions!"
- run: echo "Runner is working!" - run: uname -a