Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Butygin <[email protected]>
  • Loading branch information
Hardcode84 committed Oct 17, 2024
1 parent eee0ffc commit f7064cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
jobs:
test:
name: "Perf Tests"
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/turbine_run_perf') && github.event.author_association == "MEMBER" }}
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/turbine_run_perf') && github.event.author_association == 'MEMBER' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit f7064cc

Please sign in to comment.