disable checks on zitadel/typescript

This commit is contained in:
Elio Bischof
2025-06-23 14:19:55 +02:00
parent 73ab908845
commit 0c3fca2b08

View File

@@ -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.event_name == 'pull_request' && github.repository_owner != 'zitadel') ||
(github.event_name == 'pull_request_target' && github.repository_owner != 'zitadel')
runs-on: ubuntu-22.04
timeout-minutes: 30