From f9474fc16b188b0c44198d033f28bb0b179df1fa Mon Sep 17 00:00:00 2001 From: Jean SIMARD Date: Mon, 22 Jul 2024 14:55:44 +0200 Subject: [PATCH] !wip! ci: test current workflow --- .github/workflows/telemetry.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/telemetry.yml b/.github/workflows/telemetry.yml index a12b4b524d4..7ac33629ad7 100644 --- a/.github/workflows/telemetry.yml +++ b/.github/workflows/telemetry.yml @@ -1,11 +1,9 @@ name: Export workflow to Honeycomb on: - workflow_run: - workflows: - # The name of the workflow(s) that triggers the export - - "build" - types: [completed] + push: + branches: + - "wsl/ci/ci-telemetry" jobs: otel-export-honeycomb: @@ -20,4 +18,4 @@ jobs: # x-honeycomb-team=YOUR_API_KEY,x-honeycomb-dataset=YOUR_DATASET otlpHeaders: ${{ secrets.HONEYCOMB_OTLP_HEADERS }} githubToken: ${{ secrets.GITHUB_TOKEN }} - runId: ${{ github.event.workflow_run.id }} + runId: ${{ github.run_id }}