This commit is contained in:
Elio Bischof
2025-06-23 13:43:40 +02:00
parent 3d23bc056e
commit c83ef520b9

View File

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