Fix MAPI conditional on master

This commit is contained in:
Maikel
2022-05-09 12:35:52 +10:00
committed by GitHub
parent e59d753333
commit 44965ff235

View File

@@ -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