Fix: workflow name and description

This commit is contained in:
Michael B. Gale 2023-10-05 13:29:18 +01:00
parent 7f4a9481a7
commit 4154eb799b
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
# (cd pr-checks; pip install ruamel.yaml@0.17.31 && python3 sync.py)
# to regenerate this file.
name: 'PR Check - Go: workaround for indirect tracing'
name: 'PR Check - Go: diagnostic when Go is changed after init step'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GO111MODULE: auto
@ -27,7 +27,7 @@ jobs:
include:
- os: ubuntu-latest
version: stable-v2.14.6
name: 'Go: workaround for indirect tracing'
name: 'Go: diagnostic when Go is changed after init step'
permissions:
contents: read
security-events: write

View file

@ -1,5 +1,5 @@
name: "Go: workaround for indirect tracing"
description: "Checks that our workaround for indirect tracing for Go 1.21+ on Linux works"
name: "Go: diagnostic when Go is changed after init step"
description: "Checks that we emit a diagnostic if Go is changed after the init step"
# only Linux is affected
operatingSystems: ["ubuntu"]
# pinned to a version which does not support statically linked binaries for indirect tracing