Skip to content

Chore(deps): Bump github.com/jackc/pgx/v5 from 5.7.1 to 5.7.2 #520

Chore(deps): Bump github.com/jackc/pgx/v5 from 5.7.1 to 5.7.2

Chore(deps): Bump github.com/jackc/pgx/v5 from 5.7.1 to 5.7.2 #520

Workflow file for this run

# Stage builds through GitHub Actions (GHA).
name: Builds
on:
pull_request: ~
push:
branches: [ main ]
# Allow job to be triggered manually.
workflow_dispatch:
# Run builds each night.
schedule:
- cron: '0 5 * * *'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Acquire sources
uses: actions/checkout@v4
- name: Run build job
run: ./devtools/release.sh