Skip to content

Commit 1aca177

Browse files
committed
ci: Enable telemetry pump for nightly-testing runs (leanprover-community#35462)
Let's send these runs to telemetry. We can filter them out / analyze them separately based on some already-existing metadata, so we just need to modify this condition
1 parent 33a7291 commit 1aca177

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/export_telemetry.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ permissions:
1515

1616
jobs:
1717
otel-export:
18-
if: github.repository == 'leanprover-community/mathlib4'
18+
if: ${{ github.repository == 'leanprover-community/mathlib4' || github.repository == 'leanprover-community/mathlib4-nightly-testing' }}
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Export workflow telemetry
2222
uses: corentinmusard/otel-cicd-action@7e307f7baefcf4929d94d2844bc72d87566a75c3 # v3.0.0
2323
with:
2424
otlpEndpoint: ${{ vars.OTLP_ENDPOINT }}
25-
otlpHeaders: ${{ secrets.OTLP_HEADERS_ALT }}
25+
otlpHeaders: ${{ secrets.OTLP_HEADERS }}
2626
otelServiceName: "mathlib-ci"
2727
githubToken: ${{ secrets.GITHUB_TOKEN }}
2828
runId: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)