Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
github-action: opentelemetry use wildcards (#3772)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Feb 20, 2024
1 parent 2b5b53f commit 7806cc7
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/opentelemetry.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
---
# 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:
- bump-elastic-stack-snapshot
- golangci-lint
- k8s-autodiscovery-test
- pre-commit
- pull-request
- Test Report
workflows: ["*"]
types: [completed]

permissions:
Expand Down

0 comments on commit 7806cc7

Please sign in to comment.