Commit c376e83
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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments