Skip to content

Commit

Permalink
Update performance_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-P committed Aug 11, 2024
1 parent 4246711 commit d3deaa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/performance_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d3deaa4

Please sign in to comment.