diff --git a/.github/workflows/benchmark_x86_tdx.yml b/.github/workflows/benchmark_x86_tdx.yml index ea9ffe6b2..9fc9b5408 100644 --- a/.github/workflows/benchmark_x86_tdx.yml +++ b/.github/workflows/benchmark_x86_tdx.yml @@ -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 }} \ No newline at end of file