Skip to content

Commit

Permalink
[actions] Disable Perf PR action (#1946)
Browse files Browse the repository at this point in the history
Summary: We need to rethink how we trigger perf on PRs.

Relevant Issues: N/A

Type of change: /kind cleanup

Test Plan: Disables the perf action, no test necessary.

Signed-off-by: James Bartlett <[email protected]>
  • Loading branch information
JamesMBartlett authored Jun 10, 2024
1 parent ac4d4e3 commit 7359d40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/perf.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
name: perf-eval
on:
issue_comment:
types: [created]
schedule:
# Run at 23:49 PST (07:49 UTC) every day. Github suggests not running actions on the hour.
- cron: '49 7 * * *'
Expand Down

0 comments on commit 7359d40

Please sign in to comment.