mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Fix MAPI conditional on master
This commit is contained in:
2
.github/workflows/mapi.yml
vendored
2
.github/workflows/mapi.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user