From 44965ff2352e04a824e6036ada383b1fb2decbc8 Mon Sep 17 00:00:00 2001 From: Maikel Date: Mon, 9 May 2022 12:35:52 +1000 Subject: [PATCH] Fix MAPI conditional on master --- .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 a3b6530d95..50785d15aa 100644 --- a/.github/workflows/mapi.yml +++ b/.github/workflows/mapi.yml @@ -2,7 +2,7 @@ name: 'Mayhem for API' on: [push] jobs: test: - if: github.repository_owner == "openfoodfoundation" + if: ${{ github.repository_owner == 'openfoodfoundation' }} runs-on: ubuntu-latest strategy: fail-fast: true