From e5b7db624240a5eaf067430df3bf78bf9eca09ff Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 8 Feb 2024 18:04:01 +0100 Subject: [PATCH] github-action: listen for all the workflows runs --- .github/workflows/opentelemetry.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/opentelemetry.yml b/.github/workflows/opentelemetry.yml index ec2cce60..16d0101e 100644 --- a/.github/workflows/opentelemetry.yml +++ b/.github/workflows/opentelemetry.yml @@ -1,12 +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: - - test + workflows: [ "*" ] types: [completed] +permissions: + contents: read + jobs: otel-export-trace: runs-on: ubuntu-latest