test pipeline

This commit is contained in:
Elio Bischof
2025-06-26 11:24:56 +02:00
parent c38f13d09e
commit 871c2d5b52

View File

@@ -15,9 +15,6 @@ on:
jobs:
quality:
name: Ensure Quality
if: github.event_name == 'workflow_dispatch' ||
(github.event_name == 'push' && github.repository_owner != 'zitadel') ||
(github.event_name == 'pull_request' && github.repository_owner != 'zitadel')
runs-on: ubuntu-22.04
timeout-minutes: 30
permissions: