From 4f4f59db6310dee1b96e9e7e7ab76a2746139e45 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 11 Oct 2024 10:40:44 +0800 Subject: [PATCH] Fix bug --- .github/workflows/push-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-ci.yml b/.github/workflows/push-ci.yml index 071e2f0fa0c..4601b7688eb 100644 --- a/.github/workflows/push-ci.yml +++ b/.github/workflows/push-ci.yml @@ -294,7 +294,7 @@ jobs: with: action: "performance-benchmark" ask-config: "${{ secrets.ASK_CONFIG_VIRGINA }}" - job-id: 1 + job-id: "001-${{ strategy.job-index }}" # The time to run the test, 15 minutes test-time: "900" # Some thresholds set in advance @@ -331,7 +331,7 @@ jobs: clean-benchmark: if: always() name: Clean Benchmarking - needs: [ benchmark-test ] + needs: [ list-version, benchmark-test ] runs-on: ubuntu-latest timeout-minutes: 60 strategy: