Update shuffle filters to use blosc2 and remove the vendored sources. #867
Workflow file for this run
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
| name: "CI Placeholder (docs only)" | |
| on: | |
| pull_request: | |
| branches: | |
| - '*' # must quote since "*" is a YAML reserved character; we want a string | |
| ############################################################################## | |
| # # | |
| # This section must be synchronized with 'paths-ignore' in full-ci.yml # | |
| # # | |
| ############################################################################## | |
| paths: | |
| - '.github/workflows/quarto-render.yml' | |
| - '_quarto.yml' | |
| - 'quarto-materials/*' | |
| - '**/.md' | |
| - 'tiledb/doxygen/source/*' | |
| - 'tiledb/sm/c_api/tiledb_version.h' | |
| jobs: | |
| full_ci_passed: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: 'echo "No build required" ' |