mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 23:17:33 +00:00
test
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
quality:
|
quality:
|
||||||
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.event_name == 'pull_request') ||
|
(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
|
||||||
|
Reference in New Issue
Block a user