Skip to content

Commit 4154eb7

Browse files
committed
Fix: workflow name and description
1 parent 7f4a948 commit 4154eb7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/go-indirect-tracing-workaround-diagnostic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: "Go: workaround for indirect tracing"
2-
description: "Checks that our workaround for indirect tracing for Go 1.21+ on Linux works"
1+
name: "Go: diagnostic when Go is changed after init step"
2+
description: "Checks that we emit a diagnostic if Go is changed after the init step"
33
# only Linux is affected
44
operatingSystems: ["ubuntu"]
55
# pinned to a version which does not support statically linked binaries for indirect tracing

0 commit comments

Comments
 (0)