From ab579b5df86d5cc43893b473e40a2452878667a6 Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Wed, 8 Mar 2023 13:09:02 +0100 Subject: [PATCH] MOBILE-4270 behat: Disable performance tests --- .github/workflows/performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 47e3fbf71..4c2b20853 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -1,6 +1,6 @@ name: Performance -on: [ pull_request, workflow_dispatch ] +on: [ workflow_dispatch ] jobs: performance: