Skip to content

Commit 1cd74ab

Browse files
authored
github-action: listen for all the workflows (#177)
1 parent 9a23dd5 commit 1cd74ab

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/opentelemetry.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
---
2+
# Look up results at https://ela.st/oblt-ci-cd-stats
3+
# There will be one service per GitHub repository, including the org name, and one Transaction per Workflow.
24
name: OpenTelemetry Export Trace
35

46
on:
57
workflow_run:
6-
workflows:
7-
- test
8-
- update-specs
8+
workflows: [ "*" ]
99
types: [completed]
1010

11+
permissions:
12+
contents: read
13+
1114
jobs:
1215
otel-export-trace:
1316
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)