From 1e13d579ba8f1ebf2adca272e46edf4fbb152cf0 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 21 Jul 2022 10:37:58 +1000 Subject: [PATCH] Run Mayhem for API only when triggered manually It currently always fails and we are not using it. We may use it in the future though and the results can be interesting. So I'm keeping it but it's not triggered on every pull request. How to trigger: https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow#running-a-workflow --- .github/workflows/mapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mapi.yml b/.github/workflows/mapi.yml index 50785d15aa..d26d4fc9fa 100644 --- a/.github/workflows/mapi.yml +++ b/.github/workflows/mapi.yml @@ -1,5 +1,5 @@ name: 'Mayhem for API' -on: [push] +on: workflow_dispatch jobs: test: if: ${{ github.repository_owner == 'openfoodfoundation' }}