Skip to content

Use a custom pgBouncer container image (#1589) (#1590) #247

Use a custom pgBouncer container image (#1589) (#1590)

Use a custom pgBouncer container image (#1589) (#1590) #247

Workflow file for this run

name: vertx-sql-client (5.x-stable)
on:
push:
branches:
- '5.[0-9]+'
pull_request:
branches:
- '5.[0-9]+'
schedule:
- cron: '0 6 * * *'
jobs:
CI-CD:
uses: ./.github/workflows/ci-matrix-5.x.yml
secrets: inherit
with:
branch: ${{ github.event_name == 'schedule' && vars.VERTX_5_STABLE_BRANCH || github.event.pull_request.head.sha || github.ref_name }}