Skip to content

Commit

Permalink
github-action: use wildcards for discovering all the workflows (#2270)
Browse files Browse the repository at this point in the history
Co-authored-by: Martijn Laarman <Mpdreamz@gmail.com>
  • Loading branch information
v1v and Mpdreamz authored Feb 4, 2024
1 parent e2f156f commit 8d31eca
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/opentelemetry.yml
Original file line number Diff line number Diff line change
@@ -1,15 +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:
- snapshoty
- test-linux
- test-reporter
- updatecli
workflows: [ "*" ]
types: [completed]

permissions:
contents: read

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

0 comments on commit 8d31eca

Please sign in to comment.