diff --git a/.github/workflows/push-scheduled.yml b/.github/workflows/push-scheduled.yml index ab79bc4..473f80f 100644 --- a/.github/workflows/push-scheduled.yml +++ b/.github/workflows/push-scheduled.yml @@ -18,7 +18,9 @@ jobs: matrix: include: - postgres-major-version: 16 - services: '["asset-management-postgres", "opensight-keycloak-postgres", "vulnerability-intelligence-postgres", "opensight-notification-service-postgres", "management-console-postgres"]' + services: '["asset-management-postgres", "vulnerability-intelligence-postgres", "opensight-notification-service-postgres", "management-console-postgres"]' + - postgres-major-version: 17 + services: '["opensight-keycloak-postgres"]' uses: ./.github/workflows/push-compare.yml with: postgres-major-version: ${{ matrix.postgres-major-version }}