Skip to content

Commit

Permalink
perf test experiments
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Butygin <ivan.butygin@gmail.com>
  • Loading branch information
Hardcode84 committed Oct 17, 2024
1 parent 301733c commit 1f4e69d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/perf.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: PERF

on:
workflow_dispatch:
pull_request:
push:
branches:
- main
issue_comment:
types: [created, edited]
schedule:
- cron: '30 5 * * *'

Expand All @@ -19,7 +16,8 @@ concurrency:

jobs:
test:
name: "Unit Tests and Type Checking"
name: "Perf Tests"
if: ${{ github.event.issue.pull_request }} && contains(github.event.comment.body, '/turbine_run_perf')
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 1f4e69d

Please sign in to comment.