Skip to content

Commit 682c90c

Browse files
committed
comment
1 parent b5f15aa commit 682c90c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build pull request
22

33
# Optional test variants (openj9, windows) are gated by `test openj9` /
44
# `test windows` labels on the PR, read from the event payload. We
5-
# deliberately do NOT subscribe to `pull_request: [labeled]` — see the
6-
# description of PR #18446 for the history of why every previous attempt
7-
# to use that trigger failed.
5+
# deliberately do NOT subscribe to `pull_request: [labeled]` — see
6+
# https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18446
7+
# for the history of why every previous attempt to use that trigger failed.
88
#
99
# Practical consequence: adding a `test openj9` / `test windows` label
1010
# doesn't retrigger the build. Push another commit or close/reopen the

0 commit comments

Comments
 (0)