Fix platform definition

This commit is contained in:
Fabian LI 2025-04-10 16:27:21 +08:00 committed by Tate, Hongliang Tian
parent 784628e238
commit e9c2886a84

View File

@ -117,7 +117,7 @@ jobs:
uses: ./.github/actions/benchmark
with:
task: benchmark
platform: x86-64
platform: tdx
benchmark: ${{ matrix.benchmarks }}
Results:
@ -131,6 +131,6 @@ jobs:
uses: ./.github/actions/benchmark
with:
task: result
platform: x86-64
platform: tdx
benchmark-secret: ${{ secrets.BENCHMARK_SECRET }}