We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f15aa commit 682c90cCopy full SHA for 682c90c
1 file changed
.github/workflows/build-pull-request.yml
@@ -2,9 +2,9 @@ name: Build pull request
2
3
# Optional test variants (openj9, windows) are gated by `test openj9` /
4
# `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.
+# deliberately do NOT subscribe to `pull_request: [labeled]` — see
+# https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18446
+# for the history of why every previous attempt to use that trigger failed.
8
#
9
# Practical consequence: adding a `test openj9` / `test windows` label
10
# doesn't retrigger the build. Push another commit or close/reopen the
0 commit comments