diff --git a/.github/workflows/module.yml b/.github/workflows/module.yml index 7a92d998..1d5027e1 100644 --- a/.github/workflows/module.yml +++ b/.github/workflows/module.yml @@ -160,6 +160,9 @@ jobs: nuxt-ui-pro: needs: build + # Only run this job if not a fork PR (when push event or PR from same repo) + if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository + runs-on: ${{ matrix.os }} permissions: