diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 4aa6ed0393..96d629fb90 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -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: