chore: dont run cypress on forks

This commit is contained in:
Ankush Menat 2022-09-22 14:52:26 +05:30
parent 5cfcc4a075
commit 4263aace27

View file

@ -37,7 +37,7 @@ jobs:
test:
runs-on: ubuntu-latest
needs: checkrun
if: ${{ needs.checkrun.outputs.build == 'strawberry' }}
if: ${{ needs.checkrun.outputs.build == 'strawberry' && env.GITHUB_REPOSITORY_OWNER == 'frappe' }}
timeout-minutes: 60
strategy: