Skip to content

Commit

Permalink
Correct typo in performance tests in CI (#3843)
Browse files Browse the repository at this point in the history
"performace" -> "performance"
  • Loading branch information
Baltoli authored Dec 4, 2023
1 parent d73a7ee commit 682a170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fi
post-performance-tests:
name: 'Performace Tests'
name: 'Performance Tests'
runs-on: [self-hosted, linux, normal]
continue-on-error: true
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
retention-days: 1

performance-tests:
name: 'Performace Tests'
name: 'Performance Tests'
runs-on: [self-hosted, linux, performance]
needs: test-package-ubuntu-jammy
steps:
Expand Down

0 comments on commit 682a170

Please sign in to comment.