Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-P committed Aug 11, 2024
1 parent 525836e commit 487aa36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/analyze_performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 487aa36

Please sign in to comment.