From 7f06fdb5453534543aa1d0aa80eab37b08420ef3 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Fri, 5 Dec 2025 16:16:37 -0800 Subject: [PATCH] Run license report on otelbot PRs --- .github/workflows/auto-license-report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-license-report.yml b/.github/workflows/auto-license-report.yml index 07173899c34f..0d5081225e0e 100644 --- a/.github/workflows/auto-license-report.yml +++ b/.github/workflows/auto-license-report.yml @@ -3,6 +3,7 @@ on: push: branches: - 'renovate/**/*' + - 'otelbot/**/*' concurrency: group: ${{ github.workflow }}-${{ github.ref }}