Skip to content

Commit

Permalink
Rename to check-performance-regression
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart committed Dec 8, 2023
1 parent 616bae4 commit 74417ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ jobs:
name: performance-results
path: ${{ env.WP_ARTIFACTS_PATH }}/*.performance-results*.json

- name: Compare performance results
- name: Check performance regression
if: github.event_name == 'pull_request'
run: node ./bin/compare-performance-results.js
run: node ./bin/check-performance-regression.js

- name: Publish performance results
if: github.event_name == 'push'
Expand Down
File renamed without changes.

0 comments on commit 74417ca

Please sign in to comment.