Skip to content

Bump duckdb to v1.5.1 (#264)#265

Merged
anasdorbani merged 1 commit into
devfrom
main
Apr 10, 2026
Merged

Bump duckdb to v1.5.1 (#264)#265
anasdorbani merged 1 commit into
devfrom
main

Conversation

@anasdorbani
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings April 10, 2026 16:03
@anasdorbani anasdorbani merged commit ce3415f into dev Apr 10, 2026
8 of 12 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_request events.
  • Bump duckdb_version, ci_tools_version, and reusable workflow refs from v1.5.0 to v1.5.1.
  • Update .github/copilot-instructions.md to 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:
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants