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