Skip to content

Commit

Permalink
Fix observability trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
plengauer authored Jan 30, 2025
1 parent 6fcb4fc commit 67572e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/observability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: OpenTelemetry
on:
workflow_run:
workflows: ['Test', 'Publish', 'Refresh Demos', 'Renovate', 'Autoversion', 'Autoapprove', 'Autorerun' ]
types:
- completed

jobs:
export:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ Optionally, setup a dedicted workflow that is used to collect all jobs under a s
name: OpenTelemetry
on:
workflow_run:
workflows: [Build, Test, Publish] # TODO list the workflows that should be observed
types:
- completed
jobs:
export:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 67572e6

Please sign in to comment.