[STYLE] 調整 Demo 部署標籤為 ubuntu-latest 搭配 demo\n\n1. 將 runs-on 修改為 [ubuntu-latest, demo]\n2. 此舉能確保使用 Runner 預設的 ubuntu 環境標籤並精確鎖定至 demo 專用機
This commit is contained in:
parent
7662b20598
commit
928a1a8370
@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
deploy-demo:
|
||||
runs-on: [self-hosted, demo]
|
||||
runs-on: [ubuntu-latest, demo]
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user