From 73ab90884515e45591083896b3b312968d5c6e03 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Mon, 23 Jun 2025 14:01:33 +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 f6d2ae44b0..61491abe36 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.event_name == 'push' && github.repository_owner != 'zitadel') || (github.event_name == 'pull_request') || (github.event_name == 'pull_request_target' && github.repository_owner != 'zitadel') runs-on: ubuntu-22.04