Skip to content

Commit

Permalink
ci(github-action): use wildcards for discovering all the workflows (#889
Browse files Browse the repository at this point in the history
)
  • Loading branch information
v1v authored Jan 30, 2024
1 parent 7fb4a34 commit ae93c11
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/opentelemetry.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
# 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:
- ci
- dist-tag
- e2e
- pr-title-lint
- release
workflows: [ "*" ]
types: [completed]

permissions:
contents: read

jobs:
otel-export-trace:
runs-on: ubuntu-latest
steps:
- uses: elastic/apm-pipeline-library/.github/actions/opentelemetry@main
- uses: elastic/apm-pipeline-library/.github/actions/opentelemetry@current
with:
vaultUrl: ${{ secrets.VAULT_ADDR }}
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
Expand Down

0 comments on commit ae93c11

Please sign in to comment.