Skip to content

feat: make BLQ stale threshold and static friction runtime-configurab… #12699

feat: make BLQ stale threshold and static friction runtime-configurab…

feat: make BLQ stale threshold and static friction runtime-configurab… #12699

on:
pull_request:
push:
branches: [master]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
name: "build sourcemaps"
runs-on: ubuntu-latest
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SNUBA_SENTRY_SOURCEMAP_KEY }}
steps:
- uses: actions/checkout@v6.0.2
name: Checkout code
- uses: actions/setup-python@v6
with:
python-version: 3.8
- uses: actions/setup-node@v6
with:
node-version-file: snuba/admin/package.json
- name: Build admin sourcemaps
run: make build-admin