CI fixup: Comparisons needs to be done via strings (since input via workflow_call is a string)#20464
Merged
Merged
Conversation
…orkflow_call is a string)
github-actions Bot
pushed a commit
to duckdb/duckdb-r
that referenced
this pull request
Jan 13, 2026
Adding secure clear functions (duckdb/duckdb#20285) Reclaim disk space on MacOS runners (duckdb/duckdb#20493) bump spatial for andium (duckdb/duckdb#20479) Invert the setup of ccache and cleanup_runner (duckdb/duckdb#20429) Add unity_catalog to extensions built by duckdb/duckdb (duckdb/duckdb#20445) CI fixup: Comparisons needs to be done via strings (since input via workflow_call is a string) (duckdb/duckdb#20464) Skip concurrent_encrypted_attach due to race in autoloading httpfs (duckdb/duckdb#20471)
github-actions Bot
added a commit
to duckdb/duckdb-r
that referenced
this pull request
Jan 13, 2026
Adding secure clear functions (duckdb/duckdb#20285) Reclaim disk space on MacOS runners (duckdb/duckdb#20493) bump spatial for andium (duckdb/duckdb#20479) Invert the setup of ccache and cleanup_runner (duckdb/duckdb#20429) Add unity_catalog to extensions built by duckdb/duckdb (duckdb/duckdb#20445) CI fixup: Comparisons needs to be done via strings (since input via workflow_call is a string) (duckdb/duckdb#20464) Skip concurrent_encrypted_attach due to race in autoloading httpfs (duckdb/duckdb#20471) Co-authored-by: krlmlr <krlmlr@users.noreply.github.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.
Issue is that for example on nightly runs such as https://github.com/duckdb/duckdb/actions/runs/20837120695/job/59864050726 tests (both in build phase and autoloading ones) are skipped, and that's not ideal.