Merge pull request #9156 from mkllnk/mapi-condition

Run Mayhem4API CI check only within organisation
This commit is contained in:
Maikel
2022-05-05 14:01:51 +10:00
committed by GitHub

View File

@@ -1,7 +1,8 @@
name: 'Mayhem for API'
on: [push, pull_request]
on: [push]
jobs:
test:
if: ${{ github.repository_owner == "openfoodfoundation" }}
runs-on: ubuntu-latest
strategy:
fail-fast: true