diff --git a/.github/workflows/_run_performance_tests.yaml b/.github/workflows/_run_performance_test.yaml similarity index 100% rename from .github/workflows/_run_performance_tests.yaml rename to .github/workflows/_run_performance_test.yaml diff --git a/.github/workflows/analyze_performance.yaml b/.github/workflows/analyze_performance.yaml index 53a81614..1c8a5dd7 100644 --- a/.github/workflows/analyze_performance.yaml +++ b/.github/workflows/analyze_performance.yaml @@ -3,7 +3,14 @@ name: Analyze Performance on: [pull_request, workflow_dispatch] jobs: + test: + uses: ./.github/workflows/_run_performance_test.yaml + with: + ref: ${{github.ref}} + target: ${{github.ref}} + analyze: + needs: test runs-on: ubuntu-latest steps: