Skip to content

Introduce load-balanced channel for OpenTelemetry exporters #7062

Introduce load-balanced channel for OpenTelemetry exporters

Introduce load-balanced channel for OpenTelemetry exporters #7062

Workflow file for this run

---
name: Check pre-commit hooks
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions: read-all
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
pre-commit-checks:
runs-on: ubuntu-24.04
timeout-minutes: 20
steps:
- name: Checkout
uses: >- # v6.0.2
actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Prepare Worker
uses: ./.github/actions/prepare-nix
with:
nativelink_attic_token: ${{ secrets.NATIVELINK_ATTIC_TOKEN }}
- name: Run pre-commit hooks
run: nix flake check
- name: Teardown Worker
uses: ./.github/actions/end-nix
if: always()
with:
nativelink_attic_token: ${{ secrets.NATIVELINK_ATTIC_TOKEN }}