Files
awesome-kubernetes/.github/workflows
Inaki Fernandez 7fa62edff3 ci: harden 05.1/07.1 against redundant push-triggered reruns [skip ci]
Two defense-in-depth follow-ups to the write-lock burst fix:

- 05.1 README Sync: add data/inventory.sql to paths-ignore, alongside the
  already-ignored data/inventory.yaml. It is a generated artifact, never
  hand-edited, so a push touching it should not wake the README sync.

- 07.1 PR Guardian: add [skip ci] to its auto-correction commit. Guardian
  pushes the fix back to the PR head branch, whose synchronize event otherwise
  re-runs Guardian (Gemini calls) and the markdown linter on Guardian's own
  cosmetic commit - exactly the CI minutes the workflow's concurrency comment
  says it wants to save. Base branches are unprotected, so no required check is
  stranded; human commits (no [skip ci]) still trigger Guardian normally.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-17 19:31:53 +02:00
..