diff --git a/.github/workflows/apt-packages.yaml b/.github/workflows/apt-packages.yaml index a24875498..00305a760 100644 --- a/.github/workflows/apt-packages.yaml +++ b/.github/workflows/apt-packages.yaml @@ -4,6 +4,7 @@ on: schedule: # run daily 0:00 on main branch - cron: '0 0 * * *' + pull_request: push: tags: - '*' @@ -87,3 +88,8 @@ jobs: false fi + - name: PostgreSQL log + if: always() + run: | + cat /var/log/postgresql/postgresql-${{ matrix.pg }}-main.log +