diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61491abe36..fb7aa77fad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: name: Ensure Quality if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.repository_owner != 'zitadel') || - (github.event_name == 'pull_request') || + (github.event_name == 'pull_request' && github.repository_owner != 'zitadel') || (github.event_name == 'pull_request_target' && github.repository_owner != 'zitadel') runs-on: ubuntu-22.04 timeout-minutes: 30