This commit is contained in:
Elio Bischof
2025-06-23 14:00:03 +02:00
parent 78ddccd53f
commit ee7df3ae67

View File

@@ -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