Skip to content

Commit

Permalink
github-action(opentelemetry): listen all the GitHub workflows (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Feb 2, 2024
1 parent cbf8fbb commit e639c21
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/opentelemetry.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
---
# Look up results at https://ela.st/oblt-ci-cd-stats
# There will be one service per GitHub repository, including the org name, and one Transaction per Workflow.
name: OpenTelemetry Export Trace

on:
workflow_run:
workflows:
- ci
workflows: [ "*" ]
types: [completed]

permissions:
contents: read
actions: read

jobs:
otel-export-trace:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e639c21

Please sign in to comment.