Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ on:
pull_request:
paths:
- '.github/workflows/docs.yml'
- 'ci/docker/debian-13-cpp.dockerfile'
- 'cpp/apidoc/**'
- 'docs/**'

Expand All @@ -41,7 +42,7 @@ env:
jobs:

complete:
name: AMD64 Debian 12 Complete Documentation
name: AMD64 Debian 13 Complete Documentation
runs-on: ubuntu-latest
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
timeout-minutes: 150
Expand Down
1 change: 1 addition & 0 deletions ci/docker/debian-13-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,5 @@ ENV ARROW_ACERO=ON \
ORC_SOURCE=BUNDLED \
PATH=/usr/lib/ccache/:$PATH \
PYTHON=python3 \
simdjson_SOURCE=BUNDLED \
xsimd_SOURCE=BUNDLED
Loading