mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 09:57:33 +00:00
test
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user