Skip to content

Commit c9570ef

Browse files
authored
github-action: use wildcards for discovering all the workflows (#1571)
1 parent 72a8896 commit c9570ef

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/opentelemetry.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +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-
- ci
8-
- microbenchmark
9-
- updatecli
8+
workflows: [ "*" ]
109
types: [completed]
1110

11+
permissions:
12+
contents: read
13+
1214
jobs:
1315
otel-export-trace:
1416
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)