Skip to content

Commit

Permalink
github-action: use wildcards for discovering all the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jan 30, 2024
1 parent 22205e3 commit 21f888b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/opentelemetry.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
---
# Look up results at https://ela.st/oblt-ci-cd-stats.
# There will be one service per GitHub repository, including the org name, and one Transaction per Workflow.
name: OpenTelemetry Export Trace

on:
workflow_run:
workflows: [edge, test, snapshoty, release, TAV, tav-command, updatecli]
workflows: [ "*" ]
types: [completed]

permissions:
contents: read

jobs:
otel-export-trace:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 21f888b

Please sign in to comment.