From 0457245db2d4e955ce37f4e7687c5e1266f0e5e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 4 May 2022 10:41:25 +0200 Subject: [PATCH] MOBILE-4061 github: Do not run performance on push --- .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 ad4589bca..aafc955ec 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -1,6 +1,6 @@ name: Performance -on: [push, pull_request] +on: [ pull_request, workflow_dispatch ] jobs: performance: