Skip to content

feat: make BLQ stale threshold and static friction runtime-configurable #18227

feat: make BLQ stale threshold and static friction runtime-configurable

feat: make BLQ stale threshold and static friction runtime-configurable #18227

Workflow file for this run

name: Snuba Docs on PR's
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
docs:
name: Sphinx
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
with:
# we just cache the venv-dir directly in action-setup-venv
enable-cache: false
- uses: getsentry/action-setup-venv@5a80476d175edf56cb205b08bc58986fa99d1725 # v3.2.0
with:
cache-dependency-path: docs-requirements.txt
install-cmd: echo
- name: Generate config schema docs
run: |
make generate-config-docs
- name: Build docs
run: |
make snubadocs