Skip to content

6.99.14: Enable packaging for pxf-fdw7

Choose a tag to compare

@magf magf released this 12 Aug 05:11
· 5 commits to main since this release
bf5ec44
* ci: create pxf-fdw7 deb package

- enable package workflow for version 7
- uncomment deb-packages-pxf7 matrix entry in Release CI

* build(deb): remove dh-python dependency

No Python code is being packaged;
dh-python helpers are not invoked

* ci(package): improve observability for skipped packaging jobs

- Add `[SKIPPED]` prefix to the job name when `skip_package` is true
- Generate a Markdown report in `$GITHUB_STEP_SUMMARY` to provide clear context in the Actions UI
- Emit a `::notice` workflow annotation to highlight skipped matrix configurations

* ci(package): bump tests/install/deb v44 to v45

Update actions/download-artifact v4 to v8 - Node 24 support

* ci(build): move 24.04 prod build from nightly to PR only

There's no point in repeating the nightly build on not changed prod image

Task: GG-682