From 682a1706f173c59f202548e836177196efa8e2a7 Mon Sep 17 00:00:00 2001 From: Bruce Collie Date: Mon, 4 Dec 2023 17:07:10 +0000 Subject: [PATCH] Correct typo in performance tests in CI (#3843) "performace" -> "performance" --- .github/workflows/develop.yml | 2 +- .github/workflows/test-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index fae51f10920..833daf93775 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -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: diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index 818d423b7c0..af9ae782c35 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -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: