Skip to content

Commit

Permalink
github-action: use wildcards for discovering all the workflows (#37783)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jan 30, 2024
1 parent 5a9613e commit 9f58fef
Showing 1 changed file with 7 additions and 37 deletions.
44 changes: 7 additions & 37 deletions .github/workflows/opentelemetry.yml
Original file line number Diff line number Diff line change
@@ -1,46 +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:
- bump-elastic-stack-snapshot
- bump-golang
- check-auditbeat
- check-default
- check-dev-tools
- check-docs
- check-filebeat
- check-heartbeat
- check-libbeat
- check-metricbeat
- check-packetbeat
- check-winlogbeat
- check-x-pack-auditbeat
- check-x-pack-dockerlogbeat
- check-x-pack-filebeat
- check-x-pack-functionbeat
- check-x-pack-heartbeat
- check-x-pack-libbeat
- check-x-pack-metricbeat
- check-x-pack-osquerybeat
- check-x-pack-packetbeat
- check-x-pack-winlogbeat
- golangci-lint
- notify-stalled-snapshots
- auditbeat
- filebeat
- heartbeat
- metricbeat
- packetbeat
- x-pack-auditbeat
- x-pack-filebeat
- x-pack-functionbeat
- x-pack-heartbeat
- x-pack-metricbeat
- x-pack-osquerybeat
- x-pack-packetbeat
workflows: [ "*" ]
types: [completed]

permissions:
contents: read

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

0 comments on commit 9f58fef

Please sign in to comment.