From 0ae69780522a3c78e640b68983e99de8c828b854 Mon Sep 17 00:00:00 2001 From: Amir Panahandeh Date: Sun, 11 Aug 2024 22:51:11 +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 1d832d0b..cc69e0dc 100644 --- a/.github/workflows/performance_test.yaml +++ b/.github/workflows/performance_test.yaml @@ -6,7 +6,7 @@ jobs: test_master: uses: ./.github/workflows/_run_performance_test.yaml with: - branch: master + branch: ${{github.ref}} artifact_name: master_performance_timelines test_current: @@ -16,6 +16,7 @@ jobs: artifact_name: current_ref_performance_timelines analyze: + needs: [test_master, test_current] runs-on: ubuntu-latest steps: