From b397eea560fb1c2645ca473fe840359b981d32f3 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 8 Feb 2024 17:58:44 +0100 Subject: [PATCH] github-action: listen for all the workflow runs --- .github/workflows/opentelemetry.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/opentelemetry.yml b/.github/workflows/opentelemetry.yml index 53b4ab0f34..16d0101ed5 100644 --- a/.github/workflows/opentelemetry.yml +++ b/.github/workflows/opentelemetry.yml @@ -1,17 +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: - - main - - test-reporter - - snapshot - - Snapshoty - - updatecli - - microbenchmark + workflows: [ "*" ] types: [completed] +permissions: + contents: read + jobs: otel-export-trace: runs-on: ubuntu-latest