We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f64e0 commit e4c9361Copy full SHA for e4c9361
.github/workflows/push-scheduled.yml
@@ -18,9 +18,9 @@ jobs:
18
matrix:
19
include:
20
- postgres-major-version: 16
21
- services: '["vulnerability-intelligence-postgres", "opensight-notification-service-postgres", "management-console-postgres"]'
+ services: '["vulnerability-intelligence-postgres", "opensight-notification-service-postgres"]'
22
- postgres-major-version: 17
23
- services: '["opensight-keycloak-postgres", "asset-management-postgres"]'
+ services: '["opensight-keycloak-postgres", "asset-management-postgres", "management-console-postgres"]'
24
uses: ./.github/workflows/push-compare.yml
25
with:
26
postgres-major-version: ${{ matrix.postgres-major-version }}
0 commit comments