From 36e97df3f40bd5bfc1de12d22f20f4eb73a62351 Mon Sep 17 00:00:00 2001 From: rory Date: Wed, 7 Jun 2023 15:49:06 -0700 Subject: [PATCH] Skip reassure tests for OSBotify --- .github/workflows/reassurePerformanceTests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reassurePerformanceTests.yml b/.github/workflows/reassurePerformanceTests.yml index 9894efeb9001..349ce45c5786 100644 --- a/.github/workflows/reassurePerformanceTests.yml +++ b/.github/workflows/reassurePerformanceTests.yml @@ -8,6 +8,7 @@ on: jobs: perf-tests: + if: ${{ github.actor != 'OSBotify' }} runs-on: ubuntu-latest steps: - name: Checkout