mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Merge pull request #9156 from mkllnk/mapi-condition
Run Mayhem4API CI check only within organisation
This commit is contained in:
3
.github/workflows/mapi.yml
vendored
3
.github/workflows/mapi.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user