Skip to content

Commit

Permalink
!wip! ci: test current workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
woshilapin committed Jul 22, 2024
1 parent 8832d2d commit f9474fc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/telemetry.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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 }}

0 comments on commit f9474fc

Please sign in to comment.