mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 08:47:32 +00:00
ci: set runner group on parallel jobs (#6916)
This commit is contained in:
4
.github/workflows/core-integration-test.yml
vendored
4
.github/workflows/core-integration-test.yml
vendored
@@ -16,6 +16,10 @@ on:
|
||||
jobs:
|
||||
postgres:
|
||||
runs-on: ubuntu-latest
|
||||
# TODO: use runner group as soon as integration tests run in parallel
|
||||
# Currently it only consumes time and adds no value
|
||||
# runs-on:
|
||||
# group: zitadel-public
|
||||
services:
|
||||
postgres:
|
||||
image: postgres
|
||||
|
Reference in New Issue
Block a user