This commit is contained in:
Elio Bischof
2025-06-26 15:07:10 +02:00
parent ed2894533d
commit 9143348a5e

View File

@@ -1,6 +1,5 @@
name: Quality name: Quality
on: on:
push:
pull_request: pull_request:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
@@ -15,6 +14,9 @@ on:
jobs: jobs:
quality: quality:
name: Ensure 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 runs-on: ubuntu-22.04
timeout-minutes: 30 timeout-minutes: 30
permissions: permissions: