fix CI machine tag

This commit is contained in:
BurkeHulk
2025-06-02 17:45:40 +08:00
parent fd56b22278
commit c9cba49ab5
19 changed files with 24 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ on:
jobs:
report-test-coverage:
runs-on: ubuntu-[self-hosted, ubuntu-latest]
runs-on: [self-hosted, ubuntu-latest]
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: "Download artifact"