Chore: update release workflow configuration (#13466)

### What problem does this PR solve?

update release workflow configuration

### Type of change

- [x] Update CI
This commit is contained in:
Liu An
2026-03-09 10:32:51 +08:00
committed by GitHub
parent c217b8f3d8
commit 89e495e1bc

View File

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