Skip to content

Commit c376e83

Browse files
committed
Fix module cleanup workflow repo gate
The dispatch job was gated on `github.repository == 'trask/opentelemetry-java-instrumentation'`, which caused every scheduled run on the upstream repo to short-circuit: only `activation` ran, and `dispatch`/`agent`/`finalize`/`safe_outputs`/`conclusion` all completed in 0s as skipped.
1 parent f75e31d commit c376e83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/module-cleanup.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/module-cleanup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ imports:
7575

7676
jobs:
7777
dispatch:
78-
if: github.repository == 'trask/opentelemetry-java-instrumentation'
78+
if: github.repository == 'open-telemetry/opentelemetry-java-instrumentation'
7979
runs-on: ubuntu-latest
8080
permissions:
8181
contents: read

0 commit comments

Comments
 (0)