From 19aae8bbfe72e6bb05dd2364cccfe1d2a1197e39 Mon Sep 17 00:00:00 2001 From: Lilleman auf Larv Date: Thu, 3 Sep 2026 22:40:31 +0200 Subject: [PATCH] Name the workflow in the gate-skip note --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e0ccb1b..fae61c0 100644 --- a/README.md +++ b/README.md @@ -491,10 +491,10 @@ docker compose run --rm --user "$(id -u):$(id -g)" tidy # go mod tidy ``` Every pull request runs `docker build .` against both the latest and the lowest -supported Go, and must pass before it can be merged — unless it touches none of -the files the build and its tests read, in which case it's skipped (see -[Decisions](#decisions)). That build is the whole gate — vet, complexity, format -check and tests — so run it locally before pushing: +supported Go, and must pass before it can be merged — unless it changes none of +the files the build and its tests read, nor the workflow itself, in which case +it's skipped (see [Decisions](#decisions)). That build is the whole gate — vet, +complexity, format check and tests — so run it locally before pushing: ```sh docker build . # latest