Fix runner label

This commit is contained in:
Zhichang Yu
2025-10-28 13:14:17 +08:00
parent 1bf974b592
commit 5b10daa72a
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ concurrency:
jobs:
release:
runs-on: [ "self-hosted", "overseas" ]
runs-on: [ "self-hosted", "ragflow-test" ]
steps:
- name: Ensure workspace ownership
run: echo "chown -R $USER $GITHUB_WORKSPACE" && sudo chown -R $USER $GITHUB_WORKSPACE