From ee7df3ae67c29f0dc73f91edb570451ba01109e9 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Mon, 23 Jun 2025 14:00:03 +0200 Subject: [PATCH] test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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