Skip to content

Commit cb57272

Browse files
authored
github-action: use wildcards for discovering all the workflows (#1441)
1 parent 4d45d7f commit cb57272

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/opentelemetry.yml

+6-11
Original file line numberDiff line numberDiff line change
@@ -1,21 +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-
- Auto Assign to Project(s)
8-
- Issue Labeler
9-
- ci
10-
- coverage-reporter
11-
- microbenchmark
12-
- release
13-
- run-matrix
14-
- snapshoty
15-
- test-reporter
16-
- updatecli
8+
workflows: [ "*" ]
179
types: [completed]
1810

11+
permissions:
12+
contents: read
13+
1914
jobs:
2015
otel-export-trace:
2116
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)