From d3deaa4b67b012d5b14af0bb98c657f0d12462b4 Mon Sep 17 00:00:00 2001 From: Amir Panahandeh Date: Sun, 11 Aug 2024 23:23:14 +0330 Subject: [PATCH] Update performance_test.yaml --- .github/workflows/performance_test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/performance_test.yaml b/.github/workflows/performance_test.yaml index 1c96a659..cefa1336 100644 --- a/.github/workflows/performance_test.yaml +++ b/.github/workflows/performance_test.yaml @@ -10,13 +10,14 @@ jobs: artifact_name: master_performance_timelines test_current: + needs: test_master uses: ./.github/workflows/_run_performance_test.yaml with: branch: ${{github.ref}} artifact_name: current_ref_performance_timelines analyze: - needs: [test_master, test_current] + needs: test_current runs-on: ubuntu-latest steps: