Skip to content

Commit

Permalink
action: listen all the workflows for the opentelemetry action (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jan 29, 2024
1 parent beeba37 commit e112d03
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/opentelemetry.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
---
# Look up results at https://ela.st/oblt-ci-cd-stats.
# One service per GitHub repository, including the org name, and one Transaction per Workflow.
name: OpenTelemetry Export Trace

on:
workflow_run:
workflows:
- test
- test-reporter
- update-specs
workflows: [ "*" ]
types: [completed]

permissions:
contents: read

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

0 comments on commit e112d03

Please sign in to comment.