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: