[CI] fetch trace fixtures on demand

This commit is contained in:
2026-06-25 23:50:24 +08:00
parent 496fa50a23
commit 8fe8d096fb
3 changed files with 108 additions and 3 deletions
+3 -1
View File
@@ -373,9 +373,11 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
with:
lfs: true
submodules: recursive
- name: Fetch trace fixture
run: bash .github/scripts/fetch-trace-fixture-lfs.sh '${{ matrix.case.name }}'
- name: Set artifact metadata
run: |
echo "date_today=$(date +'%Y-%m-%d')" >> "$GITHUB_ENV"