[CI] Update demo runner label to [self-hosted, demo]

This commit is contained in:
sky121113 2026-05-15 15:44:36 +08:00
parent 0e2f2d8ed4
commit 46dbeb59fb

View File

@ -7,7 +7,7 @@ on:
jobs:
deploy-demo:
runs-on: ubuntu-latest # 使用機器人預設宣告的標籤
runs-on: [self-hosted, demo]
steps:
- name: Checkout Code
uses: actions/checkout@v3