Bump duckdb to v1.5.1 (#264)#265
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repo’s CI workflow and developer instructions to target DuckDB/extension-ci-tools v1.5.1, aligning the distribution pipeline with the new DuckDB version.
Changes:
- Trigger the main distribution workflow on
pull_requestevents. - Bump
duckdb_version,ci_tools_version, and reusable workflow refs from v1.5.0 to v1.5.1. - Update
.github/copilot-instructions.mdto reflect the new targeted DuckDB version.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/MainDistributionPipeline.yml | Adds pull_request trigger and bumps reusable workflow + DuckDB/CI tool version pins to v1.5.1. |
| .github/copilot-instructions.md | Updates documented “targeted DuckDB version” and CI description to v1.5.1. |
Comment on lines
5
to
7
| on: | ||
| pull_request: | ||
| push: |
There was a problem hiding this comment.
pull_request is enabled without any branches/paths filters, which means this (potentially expensive) distribution workflow will run for every PR update, including documentation-only changes. Consider mirroring the existing push.paths (and optionally branches: [main, dev]) under pull_request so CI only runs when relevant files change and on intended base branches.
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.
No description provided.