Skip to content

Commit

Permalink
Trigger performance regression workflow if the workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nirosys committed Oct 18, 2024
1 parent 6e028f3 commit e39cae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/performance-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
# Workflow will only run if something in this path is changed
- 'amazon/**'
- '.github/workflows/performance-regression.yml' # Also trigger if the workflow itself changes.

env:
report_statistics: 'file_size,time_mean,time_error,ops/s_mean,ops/s_error,memory_usage_peak'
Expand Down

0 comments on commit e39cae9

Please sign in to comment.