ci: avoid triggering CI for all extensions on non-impactful shared file changes#189
Merged
Conversation
GabriFedi97
approved these changes
Apr 20, 2026
…le changes Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
hh24k
approved these changes
Apr 22, 2026
hh24k
reviewed
Apr 22, 2026
Co-authored-by: Hai He <hai.he@enterprisedb.com> Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
mnencia
approved these changes
Apr 23, 2026
fcanovai
approved these changes
Apr 23, 2026
thomasboussekey
pushed a commit
to thomasboussekey/postgres-extensions-containers
that referenced
this pull request
May 7, 2026
…le changes (cloudnative-pg#189) Narrow the bake workflow's change detection so edits to one extension do not rebuild all of them, and derive the per-extension filter rules from `metadata.hcl` via `dagger get-targets` instead of a hand-maintained list. `_shared` drops `.github/workflows/bake.yml` (a dispatcher) and adds `dagger/maintenance/**` plus the reusable `bake_targets.yml`. The `extension_name` workflow_dispatch input becomes a `string` validated against the same `get-targets` output. Closes cloudnative-pg#187 --------- Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com> Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Co-authored-by: Hai He <hai.he@enterprisedb.com> Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Narrow the bake workflow's change detection so edits to one extension do not rebuild all of them, and derive the per-extension filter rules from
metadata.hclviadagger get-targetsinstead of a hand-maintained list._shareddrops.github/workflows/bake.yml(a dispatcher) and addsdagger/maintenance/**plus the reusablebake_targets.yml. Theextension_nameworkflow_dispatch input becomes astringvalidated against the sameget-targetsoutput.Closes #187