Skip to content

Commit 00c1ed4

Browse files
committed
github-action: use wildcards for discovering all the workflows
1 parent 66113a7 commit 00c1ed4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/opentelemetry.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +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-
- snapshoty
8-
- test-linux
9-
- test-reporter
10-
- updatecli
8+
workflows: [ "*" ]
119
types: [completed]
1210

11+
permissions:
12+
contents: read
13+
1314
jobs:
1415
otel-export-trace:
1516
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)