diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b4bc80cd1..ff19c428c5 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.repository_owner != 'zitadel') || + (github.event_name == 'pull_request') || (github.event_name == 'pull_request_target' && github.repository_owner != 'zitadel') runs-on: ubuntu-22.04 timeout-minutes: 30